I said: "replace your existing chromemenu division". That would have been just this:
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>
I didn't mean to remove the original script call from the page or anything else you may of thought I meant.
Bookmarks