Results 1 to 3 of 3

Thread: Question for Chrome CSS Drop Down Menu

  1. #1
    Join Date
    Jan 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Question for Chrome CSS Drop Down Menu

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

    Question:

    Works fine and fast. Nice popup menu!
    In your Demo is "Home", "Resources", "News", "Search"

    "Home" can i click and load page.. in other three (Resource,News,Search) is only a mouseover and can only click in submenu to load page.

    But i want really click on "Resource" to load a page, but the "rel" Tag in <A> is blocking this. Give it a another way to load the page? I test onlick="" event, but this is blocking too.

    Can anybody help me?

  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

    In the configuration area of chrome.js:

    Code:
    //Chrome Drop Down Menu v2.01- Author: Dynamic Drive (http://www.dynamicdrive.com)
    //Last updated: November 14th 06- added iframe shim technique
    
    var cssdropdown={
    disappeardelay: 250, //set delay in miliseconds before menu disappears onmouseout
    disablemenuclick: true, //when user clicks on a menu item with a drop down menu, disable menu item's link?
    enableswipe: 1, //enable swipe effect? 1 for yes, 0 for no
    enableiframeshim: 1, //enable "iframe shim" technique to get drop down menus to correctly appear on top of controls such as form objects in IE5.5/IE6? 1 for yes, 0 for no
    
    //No need to edit beyond here////////////////////////
    Change the red value to false.
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ahhh.... great!! Big THX for help!

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
  •