I am trying to align the upper border of the contents of a div with the lower borders of the list <li>used for navigation on the right (e.g. tabbed pane). In IE, alignment (or a given field) is disabled by 1 pixel.
Is there any way, directly inside css, so that I don't have to create a separate IE stylesheet to set a condition that will set margins in IE? OR, if the problem that I encounter with IE being disabled by 1 pixel pops up on you, I would like to hear why I can avoid the IE hacker at all (I know that I haven't added the code yet). Thank!
source
share