View Full Version : Crome Css Menu Help
benslayton
03-31-2006, 02:45 PM
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.bellsout
hpwp2.net/b/e/benslayton124/menu.htm (http://www.bellsouthpwp2.net/b/e/benslayton124/menu.htm)
Thanks
_____________
Ben Slayton
jscheuer1
03-31-2006, 03:55 PM
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:
<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:
<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>
benslayton
03-31-2006, 04:16 PM
Thanks, but still for some reason it's not working. Do you know what else there might be?
jscheuer1
03-31-2006, 04:34 PM
This file is not where your code says that it is:
http://www.bellsouthpwp2.net/b/e/benslayton124/menu/chrometheme/chromestyle.css
There could be other problems.
benslayton
03-31-2006, 04:43 PM
Thanks, I went back and checked that out. In I spelled the folder chrometheme wrong.
________________
Thanks
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.