I am currently doing IE hacks on the website I'm working on: http://www.timkjaerlange.com/wip/co2penhagen/
I am having a problem with this unordered list. IE seems to add an extra top edge for each li element, which makes my navigation look like a flight of stairs: http://dl.getdropbox.com/u/228089/ie-prob.jpg
I am using conditional comments for the target IE. I tried:
ul#mainnav li { top-margin: 0;}
But it does nothing. I wish there was a Firebug plugin in IE that would make it easier to solve such problems.
Any ideas on what might cause this problem?
source share