Re: [css-d] white gap between two divs in IE6 Win

2005-11-01 Thread webmaster
Hi there,

You posted 10 hrs ago so maybe you've fixed this? I don't see any gap on IE6
win xp.

Cheers,
Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of William Gates
Sent: Monday, October 31, 2005 2:25 PM
To: css-d@lists.css-discuss.org
Subject: [css-d] white gap between two divs in IE6 Win

Hi,
On IE6 Win, there is a white gap between my header div, and the nav div 
below it.
There seems to be no problem on IE Mac, Safari, or Firefox. Any help 
much appreciated.
William
http://www.viadesign.co.uk/index.htm
http://www.viadesign.co.uk/styles/master.css (css)

__
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/


__
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/


Re: [css-d] white gap between two divs in IE6 Win

2005-10-31 Thread Gunlaug Sørtun
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/


[css-d] white gap between two divs in IE6 Win

2005-10-31 Thread William Gates
Hi,
On IE6 Win, there is a white gap between my header div, and the nav div 
below it.
There seems to be no problem on IE Mac, Safari, or Firefox. Any help 
much appreciated.
William
http://www.viadesign.co.uk/index.htm
http://www.viadesign.co.uk/styles/master.css (css)

__
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/