Hi:
Welcome to the forums. Yep, you need to upload the .js and .css files contained in the zip file as well. Inside the zip file check out the source for demo.htm. Copy its contents to your own page. Notice how the code references a .css and .js file in two sub directories:
Code:
<link rel="stylesheet" type="text/css" href="chrometheme/chromestyle.css" />
<script type="text/javascript" src="chromejs/chrome.js">
/***********************************************
* Chrome CSS Drop Down Menu- (c) 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>
This means the two files need to be uploaded by default to those two sub directories (relative to the page containing the menu) on your site.
Bookmarks