William Gates wrote:
> Hi, On IE6 Win, there is a white gap between my header div, and the 
> nav div below it.

> http://www.viadesign.co.uk/index.htm 
> http://www.viadesign.co.uk/styles/master.css (css)

Since you are using negative text-indent on h1, you should also set a
suitable, not too large, height, like so:
h1 {
text-indent: -5000px;
margin: 0;
padding: 0;
height: 50px;
}
...gap gone.

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

Reply via email to