Results 1 to 2 of 2

Thread: CSS Chrome Drop Down menu

  1. #1
    Join Date
    Feb 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Chrome Drop Down menu

    I going mad trying to figure this out. Why when I view my completed page on my pc (the local file and the file on our webserver) does the blue colour show on the menu as expected yet when I view the page on the internet from another pc the colour doesn't show.

    http://www.johnmtaylor.co.uk/experim...tsheets_12.htm

    Can anyone tell me what I've missed?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmmm I'm not sure I understand, though FYI your chrome menu is missing the "onMouseover" portion of the code inside each menu item:

    Code:
    <li><a href="http://www.johnmtaylor.co.uk" onMouseover=... > Home</a></li>

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
  •