As the subject says, I'm having trouble getting rid of the list paddings/margins in IE 5.0 and 5.5 on Windows for the navigation section of a template I'm creating. The list is specificaly a rollover one and works fine in other browsers (including IE 6.0), but just not those two versions.
The template can be viewed here (<!-- m --><a class="postlink" href="http://www.darkfaerytale.com/services/testing/marieORANGE/">http://www.darkfaerytale.com/services/t ... rieORANGE/</a><!-- m -->). Feel free to peek at the code.
Here are some screenshots showing the errored browsers, courtesy of Browsercam.
- <!-- m --><a class="postlink" href="http://www.darkfaerytale.com/services/testing/marieORANGE/scaps/ie5-0.jpg">http://www.darkfaerytale.com/services/t ... /ie5-0.jpg</a><!-- m -->
- <!-- m --><a class="postlink" href="http://www.darkfaerytale.com/services/testing/marieORANGE/scaps/ie5-5.jpg">http://www.darkfaerytale.com/services/t ... /ie5-5.jpg</a><!-- m -->
Any help in resolving this issue would be much appreciated.
Thanks.
Edit: Problem solved. Use hack for CSS code readability pre-IE6.0 to display: inline.You could just set the padding to padding: 0;.Actually, it was already set to zero. IE 5.0 abd 5.5 adds an extra whitespace along with that, though.
The template can be viewed here (<!-- m --><a class="postlink" href="http://www.darkfaerytale.com/services/testing/marieORANGE/">http://www.darkfaerytale.com/services/t ... rieORANGE/</a><!-- m -->). Feel free to peek at the code.
Here are some screenshots showing the errored browsers, courtesy of Browsercam.
- <!-- m --><a class="postlink" href="http://www.darkfaerytale.com/services/testing/marieORANGE/scaps/ie5-0.jpg">http://www.darkfaerytale.com/services/t ... /ie5-0.jpg</a><!-- m -->
- <!-- m --><a class="postlink" href="http://www.darkfaerytale.com/services/testing/marieORANGE/scaps/ie5-5.jpg">http://www.darkfaerytale.com/services/t ... /ie5-5.jpg</a><!-- m -->
Any help in resolving this issue would be much appreciated.
Thanks.
Edit: Problem solved. Use hack for CSS code readability pre-IE6.0 to display: inline.You could just set the padding to padding: 0;.Actually, it was already set to zero. IE 5.0 abd 5.5 adds an extra whitespace along with that, though.