Re: Help Plz: Fixed-width CSS Dropdown menu
I take it your using <TABLE>'s to create the drop menu's, if so just set the width in the table tag. and just use the DIV tag to center the menus.
<TABLE width="590px">
<TR><TD><DIV align="center">Schedule</DIV>
<TR><TD><DIV align="center">Order Tickets</DIV>
</TABLE>
|