上一页 1 ··· 10 11 12 13 14
摘要: {field:content}读取该文章内所有的内容,包括图片和文字{field:title}读取文章的标题 {tag:sitepath}网站导航路径 {tag:page}分页属性,需要自己写样式: 例: <div class="r_c_p_no"> {tag:page} </div> .r_c_p_no{ width:300px; margin:0px auto; margin-top:10px; margin-bottom:10px;} .r_c_p_no span{ display:none;} .r_c_p_no UL{margin-top: 阅读全文
posted @ 2012-10-23 16:53 求必印 阅读(692) 评论(0) 推荐(0)
摘要: IE不设置高度也能自适应,但chrome与FF就没那么智能了,特别是子div设置了float属性后,更不能自适应高度了例:<div><div style="float:left"></div><div style="float:right"></div></div>在IE里能自适应,但chrome与FF不能,很简单,只需要清除浮动就OK了.<div><div style="float:left"></div><div st 阅读全文
posted @ 2012-10-23 11:14 求必印 阅读(389) 评论(0) 推荐(0)
摘要: #test { width:300px; height:300px; color:red !important;/* Firefox、IE7支持 */ background-color:blue; /*firefox*/ background-color:red\9; /*all ie*/ background-color:yellow\0; /*ie8*/ +background-color:pink; /*ie7*/ _background-color:orange; /*ie6*/ } :root #test { background-color:purple\9; } /... 阅读全文
posted @ 2012-09-25 22:27 求必印 阅读(139) 评论(0) 推荐(0)
摘要: 1、Ctrl+N 新建文件 宽高随意2、矩形工具-圆角矩形工具:大小自定.3、将矩形区域变为选区:Ctrl+Enter4、新建图层5、渐变工具-选自己需要的色6、虚线工具:将不需要的部分选中;7、Delete键8、收工 阅读全文
posted @ 2012-09-24 21:32 求必印 阅读(398) 评论(0) 推荐(0)
摘要: Ctrl+B:跳转到变量声明处(对于看代码来说非常有用)Ctrl+Shift+]/[:选中代码块Ctrl+Shift+/:块注释Ctrl+[]:匹配大括号{}或者中括号[]Ctrl+F12:显示整个文件的结构Ctrl+d:复制整行Ctrl+Shift+i:如果是css的class,显示class的详细信息;如果是js的function或者php的function,都显示function的详细信息熟练使用以上快捷键,能显著提高你阅读代码和开发的速度,真的做到事半功倍。。 阅读全文
posted @ 2012-09-18 18:37 求必印 阅读(289) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14