Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Gap after Navigation in IE6 Re: Gap after Navigation in IE6

#72462
zackw
Member

try floating the ul left and then the div left too, this might bring it up beside it, if not you have either a width or padding/margin problem, if u float both of those things left and then play with the widths and padding im sure eventually you will get it to go in the right place, something is just pushing it down in ie6 as the browser reads widths/padding/margin differently sometimes

calling in a conditional style sheet like sylenix said will help you if you find a way to fix it in only in ie6 but it breaks in the other browsers, then u can put that code in a conditional style sheet so only ie6 brings it in

sorry i cant give you a better answer with the exact code that will help u but i dont have ie6 native on my comp