> Why is there a large space before the background image (horizontal orange
> line under top NAV horizontal CSS list buttons) in Internet Expolorer 6
> only?
>
> http://www.officeactivate.com/fish
> Thanks,
This fixes it, it renders the same on my IE 6, Netscape 7.2, Firefox
1.0.1. It looks like IE handled the floated nav div differently from
other browsers.
#dropshadow {
...
/* MARGIN-TOP: 23px; */
.clear{
clear: both;
}
</UL>
</DIV>
<!-- END HORIZONTAL NAVIGATION -->
<div class='clear'></div>
<DIV id=dropshadow></DIV>
Mike
Dan V. - 28 Apr 2005 14:30 GMT
>> Why is there a large space before the background image (horizontal orange
>> line under top NAV horizontal CSS list buttons) in Internet Expolorer 6
[quoted text clipped - 22 lines]
>
> Mike
Thanks very much it worked.