摘要:CSS強制固定img大小
<img src="images/temp.gif" style="width:5px;height:15px;overflow:hidden;" alt="" />
設定完強制的大小後,直接設定overflow的屬性即可
摘要:CSS強制固定img大小
<img src="images/temp.gif" style="width:5px;height:15px;overflow:hidden;" alt="" />
設定完強制的大小後,直接設定overflow的屬性即可