07 2013 档案
摘要:http://www.sweez.com.br/#a_sweez
阅读全文
摘要:http://qianduanblog.com/1887.htmlhttp://qianduanblog.com/1900.htmlhttp://dengo.org/archives/923
阅读全文
摘要:::-webkit-scrollbar { width: 8px;}::-webkit-scrollbar-button { width: 8px; height:5px;}::-webkit-scrollbar-track { background:#eee; border: thin solid lightgray; box-shadow: 0px 0px 3px #dfdfdf inset; border-radius:10px;}::-webkit-scrollbar-thumb { background:#999; border:...
阅读全文
摘要:给父层设置zoom:1触发layout
阅读全文
摘要:在a:hover{}写入任何属性,color啊,font-size啊,overflow啊(甚至是不存在的属性,如xx:yyy),都可以使a:hover span{}有效。#nav a:hover{display:block;background:#333;color:#CCC;}/*在ie6下至少写一个属性,否则下面样式无效*/#nav a:hover .en{display:inline;}#nav a:hover .cn{display:none;}
阅读全文
摘要:在LI的高度小于18PX或更小的时候出现该问题定义li的heigth属性无效需要在该LI样式下加入:overflow:hidden;line-height:0px;font-size:0px;DIV高度在ie6的BUG,需要加入overflow:hidden;IE6和IE7的盒模型对LI盒模型的高度的理解:将字体的高度和行高算在一起
阅读全文
摘要:filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
阅读全文