Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Chrome CSS Menu Help needed

  1. #11
    Join Date
    Mar 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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?

  2. #12
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •