Tested it here: http://www.atgt.dramatic-design.com/index.shtml and it did work for the centering issue, but now the drop-down menus don't work. Any ideas?
Printable View
Tested it here: http://www.atgt.dramatic-design.com/index.shtml and it did work for the centering issue, but now the drop-down menus don't work. Any ideas?
I said: "replace your existing chromemenu division". That would have been just this:
I didn't mean to remove the original script call from the page or anything else you may of thought I meant.HTML Code:<div id="chromemenu">
<ul>
<li><a href="index.shtml">Home</a></li>
<li><a href="specials.shtml">Specials</a></li>
<li><a href="store.shtml" onMouseover="cssdropdown.dropit(this,event,' dropmenu1')">Store</a></li>
<li><a href="about.shtml">About Us</a></li>
<li><a href="testimonials.shtml">Testimonials</a></li>
<li><a href="contact.shtml" onMouseover="cssdropdown.dropit(this,event,' dropmenu2')">Contact</a></li>
</ul>
</div>