IE圖片下空隙問題解決方案集合_CSS/HTML

來源:互聯網
上載者:User
看到問此問題的很多,所以花點時間整理下,歡迎大家提意見,做補充修改,謝謝!
問題如下:
<style> div { width:500px; border:1px solid #f00; background:#000; } </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
解決方案:一、改變HTML的排列
<style> div { width:500px; border:1px solid #f00; background:#000; } </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
解決方案:二 、display:block
<style> div { width:500px; border:1px solid #f00; background:#000; } img {display:block} </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
解決方案:三、負值
<style> div { width:500px; border:1px solid #f00; background:#000; } img {margin-bottom:-5px} div>img {margin-bottom:0} </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
解決方案:四、字型大小
<style> div { width:500px; border:1px solid #f00; background:#000; font-size:0 } </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
解決方案:五、vertical-align:bottom
<style> div { width:500px; border:1px solid #f00; background:#000 } img {vertical-align:bottom} </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
我還是老辦法,設定line-height:0
  • 相關文章

    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.