Ok, so I got the margin problem figured out, but now I'm trying to get the menu to spread all the way across the top so there isn't an ugly white space on the right. I have done everything I can think of to get it to fit. I figured I'd add one more link called "information" on the right and that this would fill it up. Once i did that it just moved it to the bottom under home. So, I tried resizing the width accordingly and it just will not fit. I tried every number from 100px-113px. At 100px-112px it's the way it's shown now. At 113px it's at the bottom under home. Anyway I can fill up that white space and spread out this menu? Any help will be greatly appreciated.
Here is the CSS code that deals with the menu sizing:
You can view the site here: http://waynebaseball.ath.cx
THANKS AGAIN!
Here is the CSS code that deals with the menu sizing:
Code:
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:100px; height:20px; text-align:center; color:#fff; background:#0e03f2; line-height:20px; font-size:11px; overflow:hidden; font-weight:bold;}
You can view the site here: http://waynebaseball.ath.cx
THANKS AGAIN!
Last edited: