鼠标滑过时图片效果
摘要:1 <script language="JavaScript">2 function borderit(which,color){3 if (document.all||document.getElementById){4 which.style.borderColor=color5 }6 }7 </script><div class="k_kuang"><img class="borderimage" onMouseover="borderit(this,'#cccccc&
阅读全文
posted @
2012-10-26 14:19
小怪兽打得过奥特曼
阅读(140)
推荐(0)
常用的
摘要:圆角的一个小变通(画圆):#border-circle-radius{width:200px;height:200px;border-radius:100px;}全圆角:#border-radius{border-radius:10px;}投影:{box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2)}图片等比例缩放.mid_right_04 img{max-width:218px; max-height:248px; _width: expression(this.width > 218 ? 218 : true); _height: expressio
阅读全文
posted @
2012-10-23 15:12
小怪兽打得过奥特曼
阅读(124)
推荐(0)