Sorry, I didn't phrase that right. Brain is going dead - long day.
Here's the CSS for the menu. I haven't changed it much from the original, just colors:
Code:
.solidblockmenu{
margin: 0;
padding: 0px 0px;
float: left;
font: 12px Arial;
width: 100%;
overflow: hidden;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url('images/blockdefault.gif') center center repeat-x;}
.solidblockmenu li{display: inline;}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 1.125em;
text-decoration: none;
border-right: 1px solid white;}
.solidblockmenu li a:visited{color: white;}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #000000;
background: transparent url('images/blockactive.gif') center center repeat-x;}
I changed the one padding number from pixel to em because I was able to micro move things so that Contact went to the edge without going over.
Sorry if this is a basic question, but how do you give each li it's own width and how in the heck would I determine what each width would be?
Maybe after I get back from dinner I will be able to think more clearly on this.
Thanks again for your help - greatly appreciated!
Bookmarks