09 2012 档案

摘要:#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 求必印 阅读(142) 评论(0) 推荐(0)
摘要:1、Ctrl+N 新建文件 宽高随意2、矩形工具-圆角矩形工具:大小自定.3、将矩形区域变为选区:Ctrl+Enter4、新建图层5、渐变工具-选自己需要的色6、虚线工具:将不需要的部分选中;7、Delete键8、收工 阅读全文
posted @ 2012-09-24 21:32 求必印 阅读(405) 评论(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 求必印 阅读(293) 评论(0) 推荐(0)