css 如何設定 某div 裡面的所有圖片的最大寬度。當加入文章裡圖片時,圖片自動按比例減小。

來源:互聯網
上載者:User
#a2 img {max-width:100px; max-height:100px;}(IE7以上版本、FF。。) IE6隻有用JS來實現,要先判斷圖片的寬度和高度中哪一個值比較大,再判斷這個值有沒有超出DIV的範圍,如果超出,則重定義圖片的大小 如果不想用JS,只好犧牲IE6 div {width:20px; height:20px; border:solid 1px #f11; overflow:hidden;} div img {max-width:20px; max-height:20px; _width:20px; _height:20px;}(在IE6中將圖片設為固定大小,其它瀏覽器圖片自動調整)
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.