January 15, 2009 at 9:20 pm | In UI | Leave a Comment
Tags: Browser Compatibility Issues, IE bugs, IE issues, Image div occupying more space., Text Repeating
Hi All,
I had come across few fatal issues with the Internet Explorer.
First one was that, when the Table cell or div contains an image tag, it occupies nearly 3px extra (vertically). First I tried solving it by adding margin-top:-3px. Which really fixed the problem. But definitely not the correct way.
Then i tried applying vertical-align:top to the image tag. This fixed the problem.
Second issue that I had come across few times was the text getting repeated. This again happens with IE alone.This is because of the insufficient widths. Perhaps some adjustments with the div’s width might solve the problem.
Cheers ! ! !