Extra padding in IE

admin

Administrator
Staff member
I've recently become interested in using CSS for the layout of my website. I finally converted my navigation-bar into a list, and the padding beetween images is exactly how I want it (for now) in FF. However, the images seem to have roughly double the padding in IE.

<!-- m --><a class="postlink" href="http://www.lukerpig.com">http://www.lukerpig.com</a><!-- m -->

<!-- m --><a class="postlink" href="http://www.lukerpig.com/pig.css">http://www.lukerpig.com/pig.css</a><!-- m -->

I'd appreciate it if anyone here can tell me how to make my links look the same in both browsers.

Thanks,

lukerpigTry this * html li a {
height:1px;
}Thanks alot! I applied that, and that finally tamed the look in IE.
 
Back
Top