兼容各种浏览器的图片垂直居中CSS解决方案

1、让图片垂直居中可以通过添加一无语义图片来解决图片垂直居中CSS,兼容各种IE6,IE7,火狐,谷歌等浏览器 <style> .itm{border:2px solid #ccc;width:160px;height:160px;text-align:center;} .blank{width:0;height:160px;} .itm img{vertical-align:middle;} </style> <div> <img src=”http://cn.yimg.com/i/comn/blank.gif” /> <a href=””><...

read more..

101 个经典CSS技巧和实例

In this article, we’ve put together the top 101 most powerful links of CSS tips, tutorials and examples which most recently has gained recognition. Many people use CSS but probably aren’t using it to it’s best capability. The list below we’ll help find over one hundred and one different ways to get you to take advantage of CSS to serve your purpose. CSS-Techniques You Coul...

read more..