A链接IE6、7下失效场景及解决方案
摘要:1.当img元素包含在多个层级关系里时,只要触发了img元素的父元素的hasLayout,那么就会造成在IE6\7下A标签失效。Insert title here
阅读全文
posted @
2013-06-25 00:26
思齐_
阅读(485)
推荐(0) 编辑
单行、多行文字的垂直居中
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
阅读全文
posted @
2013-06-16 01:53
思齐_
阅读(6348)
推荐(0) 编辑
input居中,以及input中元素居中
摘要:input中的文字居中:<input type="" style="height:100px; line-height:100px; text-align:center;" />input标签在其他标签内的居中:、<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="
阅读全文
posted @
2013-06-15 17:49
思齐_
阅读(15071)
推荐(0) 编辑
清除浮动的几种方式
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here</title><style&g
阅读全文
posted @
2013-06-12 15:48
思齐_
阅读(386)
推荐(0) 编辑
file_get_content 设置头信息
摘要:直接上代码:<?php/**Accept application/jsonAccept-Encoding gzip, deflateAccept-Language zh-cn,zh;q=0.8,en-us;q=0.5,en;q=0.3Connection keep-aliveCookie mzys_is_frist_access=1; mzys_c_uuid=guest_215cbc0979b5bd2; mzys_access20130610=1; mzys_qz_uuid=d6d4640f93cb7a4; CNZZDATA30040410=cnzz_eid%3D...
阅读全文
posted @
2013-06-10 17:40
思齐_
阅读(4993)
推荐(0) 编辑