----- Original Message ----- 
From: "Kelly Moore" <[EMAIL PROTECTED]>
Subject: [css-d] centering Part 2


> piggy backing on my previous request, I have mocked up a whole
> banner/header scenario in which the navigation tabs are almost
> centered, but not quite.  This occurs eve in FF.  The container which
> I _think_ is supposed to be containing my tabs seems to be pushed up
> above the tabs?  very strange.  i've added borders to all the divs for
> ease of debugging.  any one have any ideas?
>
> http://yakmaster.net/test/wackylayout.html
>

Kelly:

If I am reading your question correctly, for fixing the bit you're talking 
about, try ...

#masthead ul#statusBar {
 font: bold 12px/14px Arial;
 float:left;
 text-align:right;

 width:100%; /* remove this width declaration */

 /*margin-bottom:60px;*/
}

At least in FF3, you seem to be adding some extra width to the already 100% 
of the <ul>.

Best,

Peter
www.fatpawdesign.com
WinXP/SP2 

______________________________________________________________________
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