Results 1 to 2 of 2

Thread: Featured Content Slider v2.4 - Firefox3 bug-menu disappears

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

    Default Featured Content Slider v2.4 - Firefox3 bug-menu disappears

    1) Script Title: Featured Content Slider v2.4

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

    3) Describe problem: In Firefox 3/Windows... after clicking on the menu 4 times? The menu disappears... Try manuallly clicking on 1, 2, 3, 4 to see bug...
    http://douglas.bc.ca/test-site/ROTAT...ate/index.html

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

    Default

    I see the problem, though I can't quite isolate the cause yet. This looks like an unclosed tag issue though. Check that all your DIVs have a matching closing </div> tag. You'll also want to remove a few unrelated, erroneous code on the page, namely, the part in red should be removed:

    Code:
    <script type="text/javascript" language="javascript" src="contentslider2.js">
    
    
    
    function show(){
    		if (document.getElementById("layer1").style.visibility=="visible")
    		{document.getElementById("layer1").style.visibility="hidden"}
    		else {document.getElementById("layer1").style.visibility="visible"}
    		
    		
    		
    		}
    
    function showPage()
    {document.getElementById("pagination-slider1").style.visibility="visible";
    					
    }
    </script>
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Douglas College</title>
    
    
    </head>
    
    <body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" onload="showPage1()">
    DD Admin

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
  •