> Trying to figure out why I have a gap between Div's. I have a drop down 
> menu (CSS) that works fine on a separate page and works on the page I 
> have it on now. The problem is that there is a gap between the top DIV 
> and the navigation. I have tried several ways that I know of to fix it, 
> but none have worked.

> Any help you could give would be greatly appreciated.

Difficult to know what's going on without seeing your page. 
But if you say that you've tried *everything*, I have one question for you:
is there a script on that page that removes the content of a DIV using
innerHTML (i.e thatDIV.innerHTML="")?
Because there is an IE bug that won't collapse such empty DIVs unless you
use:

_border-bottom:1px solid #fff;
_margin-bottom:-1px;


-- 
Regards,
Thierry | http://www.TJKDesign.com



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to