[css-d] gap under header in IE

2009-01-17 Thread Mustafa Quilon

 2009/1/9 Anne McKinsey anne...@charter.net
 Greetings,

 This is probably a common problem in IE but I cannot find a previous
 message in the archive for it.

 There is a small gap of space (about 2px) below the header on this
 page in IE:

 http://www.goldendragonhouse.com/specs.html
 http://www.goldendragonhouse.com/main.css

 Note that the nav bar box to the left has space above it anyway, but
 the photo to the right should come right under the header. Any ideas
 for fixing this?

 Thanks very much--your help is always appreciated,

 Anne


Hi Anne,

Add this to your stylesheet:

#header img { display: block; }

- Mustafa
__
css-discuss [cs...@lists.css-discuss.org]
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/


[css-d] gap under header in IE

2009-01-08 Thread Anne McKinsey
Greetings,

This is probably a common problem in IE but I cannot find a previous  
message in the archive for it.

There is a small gap of space (about 2px) below the header on this  
page in IE:

http://www.goldendragonhouse.com/specs.html
http://www.goldendragonhouse.com/main.css

Note that the nav bar box to the left has space above it anyway, but  
the photo to the right should come right under the header. Any ideas  
for fixing this?

Thanks very much--your help is always appreciated,

Anne


__
css-discuss [cs...@lists.css-discuss.org]
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/


Re: [css-d] gap under header in IE

2009-01-08 Thread Bill Brown
 There is a small gap of space (about 2px) below the header on this  
 page in IE:
 
 http://www.goldendragonhouse.com/specs.html
 http://www.goldendragonhouse.com/main.css

Hi Anne--

Either of these oughta help:
#topboxrightspecs img { display : block }
-or-
#topboxrightspecs img { vertical-align : top }

Good luck.
Bill
__
css-discuss [cs...@lists.css-discuss.org]
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/