Results 1 to 2 of 2

Thread: CSS Drop Down Tab menu can't see drop down

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

    Default CSS Drop Down Tab menu can't see drop down

    1) Script Title: Drop Down tab menu (CSS)

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

    3) Describe problem:
    I finally got exactly what I wanted with the ddtabs (example 1) and on my test page, it worked fine. When I copied/pasted the code into my dreamweaver files, the drop downs don't work. I have tried to trouble shoot the code and can't find where my mistake is.

    here's where I'm testing:
    http://www.cromaine.com/test/help.html

    Thanks.
    Last edited by cromaine; 09-18-2009 at 09:03 PM. Reason: adding my code

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

    Default

    Your references to the .css and .js files of the script in the HEAD section of your page are invalid/broken:

    Code:
    <link href="css/trueblue-main.css" rel="stylesheet" type="text/css" />
    <!-- CSS for Drop Down Tabs Menu #1 -->
    <link rel="stylesheet" type="text/css" href="css/ddcolortabs.css" />
    <script type="text/javascript" src="js/dropdowntabs.js">
    For example, "js/dropdowntabs.js" doesn't exist.
    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
  •