Results 1 to 3 of 3

Thread: Problem with CSS Drop Down menu

  1. #1
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with CSS Drop Down menu

    Script: Chrome CSS Drop Down Menu
    http://www.dynamicdrive.com/dynamici...rome/index.htm

    I cannot create new drop down menus. When I try, it simply does not display the menu on mouseover. All the other menus work fine. I have attached the SHTML file in text format. Any help? Thanks.

  2. #2
    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

    See the red . in the below? It should be a coma.

    Code:
    <li><a href="#" onmouseover="cssdropdown.dropit(this,event,'dropmenu1')">News</a></li>
    <li><a href="#" onmouseover="cssdropdown.dropit(this,event,'dropmenu2')">Community</a></li>
    <li><a href="#" onmouseover="cssdropdown.dropit(this.event,'dropmenu3')">Articles</a></li>
    <li><a href="#" onmouseover="cssdropdown.dropit(this,event,'dropmenu4')">Games</a></li>
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Thanks!

    Thank you! That is something I never would have noticed!

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
  •