I am trying to line up the top border of a content div with the bottom borders of an <li>
list used for navigation right above (like a tabbed pane). In IE the alignment (or the margin I set) is off by 1 pixel.
Is there any way, directly within the css so that I don't have to create a separate IE stylesheet, to put a condition that will set the margin to IE's liking? OR, if the issue I'm having with IE being off by 1 pixel jumps out at you I'd love to hear why so that I can avoid the IE hack altogether (I know I haven't posted any code yet). Thanks!