i have these buttons on the top of the page:
HOME, BUYING PROPERTY, SELLING PROPERTY, COMMUNITY INFO ETC..
i would like it so that when i add more buttons, they automatically size themselves and i dont have to resize each individual one.
also i would like them to take up the entire top bar
here is the code
#cssmenu_moo_menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#006198;
background-image:url(../images/moomenu.png);
background-position:50% top;
background-repeat:repeat-x;
float:left;
height:35px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
}
i am wondering if the following might be answering my question?