From: "shawn a" <[EMAIL PROTECTED]>

>http://briandchandler.com/shawn/tara/
>
>Firefox: 2 gaps. one gab above the horizontal nav bar. 2 or 3 pixels
>in height. And one below looking to be like 10px in height
>
>IE: one gab above the horizontal nav bar. 2 or 3 pixels in height

The gap above the horizontal nav bar can be removed by adding the following 
selector - 

#header img {vertical-align: bottom;}

The other issue is not so easy. In FF, the major portion of the gap is being 
caused by the un-zeroed margin on the (don't ask) footer paragraph. The rest of 
the gap (1px) comes from the bottom padding on #nav.

Just changing the padding will snug things up, momentarily, until the text size 
is changed, at which time it's right back. If you're needing that tight height 
on the nav bar, you'd be better off with images for the links than text. They 
won't change sizes.

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to