Yes, and this is as far left as the layout will allowFor instance, the Shindaiwa link is against the left side
Opps!!! Are these all the top links you will ever have?
Yes, and this is as far left as the layout will allowFor instance, the Shindaiwa link is against the left side
Opps!!! Are these all the top links you will ever have?
Zen-Venom Get Bitten
Try this in your drop menu css file they exist just edit/add what is in red:
Code:#dropMenuWrapper { background: #4F4F4F; width:100%; height:25px; margin:0; font-size:11px; } div#dropMenu { width:678px; margin:0 auto; text-align:center; z-index:1000; position:relative; } div#dropMenu ul.level1 { width:678px; margin:0 auto; text-align:center; background:#4F4F4F; height:25px; z-index:1000; }
Zen-Venom Get Bitten
Thanks a lot, that just about did the trick, with a little tweaking. When I did it exactly like that, it stuck out a little too far on the sides (It actually stayed with the template, but because of the shadows on the sides, it looked funny). Then when I tried to set it to say, 95%, the whole menu bar became slightly off center. So I played around a little until I got it perfect, but I put that first code section like this:
That's probably a cruel usage for the "margin" line, but it bumped it over enough to come out perfect:) Will there be any problems with that, do you know?Code:#dropMenuWrapper { background: #4F4F4F; width:827px; height:25px; margin:0px 0px 0px 8px; font-size:11px; }
Thanks again.
This all in one margin line is supported and should be no issue
Zen-Venom Get Bitten