Results 1 to 2 of 2

Thread: drop down content script

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

    Default drop down content script

    1) Script Title: Drop down/ Overlapping Content script

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

    3) Describe problem: Does this script work on Safari (PC version)? The onclick event handler does not appear to open the popup DIVs. Thanks!
    Last edited by mwhiteside; 07-18-2008 at 08:26 PM.

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

    Default

    Ah yes, there is a slight bug with function show() that apparently only Safari has the decency to acknowledge. To fix it, inside function show(), add to it the part in red:

    Code:
    	show:function(anchorobj, subobj, e){
    		if (!this.isContained(anchorobj, e) || (e && e.type=="click")){

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    mwhiteside (07-19-2008)

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
  •