Start at the menu div and replace your code with what is below. Note the style of the menu div and the explicit width the .aerobuttonmenu class was given. You'll also need to find another place for .rightsection . (You could keep it in the same place but that would require some more explanation and i don't have the time right now.)
Constructive criticism: Your site is built on some really really really messy source code.
HTML Code:
<div class="aerobuttonmenu black" style="margin: 0 auto;">
<a href="http://football22.myfantasyleague.com/2008/standings?L=41628" class="aero"><span>Standings</span></a>
<a href="http://www22.myfantasyleague.com/2008/live_scoring_summary?L=41628&W=1" class="aero"><span>Live Scoring</span></a>
<a href="http://football22.myfantasyleague.com/2008/options?L=41628&O=123" class="aero"><span>Calendar</span></a>
<a href="http://football22.myfantasyleague.com/2008/options?L=41628&O=73" class="aero"><span>League News</span></a>
<a href="http://z14.invisionfree.com/World_FFL/index.php?c=1" target="_blank" class="aero"><span>Forums</span></a>
<a href="http://wstf.cbox.ws" target="_blank" class="aero"><span>Chat</span></a>
<a href="http://football22.myfantasyleague.com/2008/options?L=41628&O=112" class="aero"><span>History</span></a>
<a href="http://football22.myfantasyleague.com/2008/options?L=41628&O=121" class="aero"><span>Pool Picks</span></a>
<a href="http://football22.myfantasyleague.com/2008/options?L=41628&O=120" class="aero"><span>Survivor</span></a>
<a href="http://www22.myfantasyleague.com/2008/home/41628" class="aero"><span>HOME</span></a>
</div>
<style type="text/css">
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width:890px;
background: transparent; /*menu strip background*/
border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;
}
Good Luck,
Jason
Bookmarks