IE Bottom Border Gap Issue

Background  shows through because this picture doesn't render at the bottom in IE

Background shows through because this picture doesn't render at the bottom in IE

Yet another thing IE does that we wish it didn’t do. This is simply an image that is SUPPOSED to show up at the bottom of my div, and would therefore hide my background. Does it? Not in IE. What’s the problem, you say? After a little googling, I tried changing my code from this attractive and easy to read version:

   <img src="images/banner_bottom.jpg" />
</div>

To this ugly version that will give me headaches later…

<img src="images/banner_bottom.jpg" /></div>

yes. IE decided that empty space was a page break. Good work IE.

Leave a Reply

Spam protection by WP Captcha-Free