Results 1 to 2 of 2

Thread: Tab Content Script - Mouseover

  1. #1
    Join Date
    Sep 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tab Content Script - Mouseover

    1) Script Title: Tab Content Script

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

    3) Describe problem:
    I am using your tab content script on my home page which works well. But I would like to display the content when I mouseover the tab instead of clicking on it. Is there a way to do this?

    Thanks for your help
    Last edited by ddadmin; 09-11-2007 at 04:07 AM.

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

    Default

    Try changing the "onclick keyword in tabcontent.js to "[icode]onmouseover[/code]:

    Code:
    ulistlink.onmouseover=function(){
    expandcontent(this)
    return false
    }

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
  •