Results 1 to 5 of 5

Thread: Crome Css Menu Help

  1. #1
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Exclamation Crome Css Menu Help

    I found the Crome css menu on DD and when i went to test it out, it doesn't work right. For some reason it doesnt even make up a menu, well it sorta does, but it's a list of links. If you know what is wrong please respond quickly.

    You can view it here http://www.bellsouthpwp2.net/b/e/benslayton124/menu.htm

    Thanks
    _____________
    Ben Slayton
    Last edited by benslayton; 03-31-2006 at 03:10 PM.

  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

    Although:

    /www.bellsouthpwp2.net/b/e/benslayton124/menu/chromejs/chrome.js

    resolves correctly when pasted into the browser's address bar, it and the style link are not resolving properly as written in the page:

    HTML Code:
    <link rel="stylesheet" type="text/css" href="/www.bellsouthpwp2.net/b/e/benslayton124/menu/chrometheme/chromestyle.css" />
    
    <script type="text/javascript" src="/www.bellsouthpwp2.net/b/e/benslayton124/menu/chromejs/chrome.js">
    
    /***********************************************
    * Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    Use the relative, the absolute or the network path. Here they are using the absolute path:

    HTML Code:
    <link rel="stylesheet" type="text/css" href="http://www.bellsouthpwp2.net/b/e/benslayton124/menu/chrometheme/chromestyle.css" />
    
    <script type="text/javascript" src="http://www.bellsouthpwp2.net/b/e/benslayton124/menu/chromejs/chrome.js">
    
    /***********************************************
    * Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default Still not working

    Thanks, but still for some reason it's not working. Do you know what else there might be?

  4. #4
    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

    This file is not where your code says that it is:

    Code:
    http://www.bellsouthpwp2.net/b/e/benslayton124/menu/chrometheme/chromestyle.css
    There could be other problems.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default Thanks

    Thanks, I went back and checked that out. In I spelled the folder chrometheme wrong.

    ________________
    Thanks

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
  •