Results 1 to 2 of 2

Thread: Chrome Menus--Using a href normally

  1. #1
    Join Date
    Jun 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome Menus--Using a href normally

    1) Script Title: Chrome Menus--Hover Menus

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...hrome/demo.htm

    3) Describe problem:

    The menus appear when the link is clicked ' rel="dropmenu1" href="#" '

    Is there anyway to use the a href to forward to a link AND show the hover?

    Something like:

    a href="http://google.com" onmouseover="dropmenu1"

    ...or whatever it takes to get the menus to hover and still forward to a link?

  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 for the chrome.js file:

    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////////////////////////
    dropmenuobj: null, ie: document.all, firef . . .
    Using a text only editor like notepad, change the highlighted value to false and save.
    - 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
  •