Here is my modified script. I havent published the files yet....I have kept the .js & .css files in the main folder and also renamed the files. I wish to use the glowtab menu. I dont understand where I'm going wrong....
Sorry to be such a headache....but I'm dying to use this functionality on my wepage.....
Thanks....
Code:
<HTML>
<Head>
<script type="text/javascript" src="glowtabs.js">
/***********************************************
* Drop Down Tabs 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>
<!-- CSS for Drop Down Tabs Menu #1 -->
<link rel="stylesheet" type="text/css" href="glowtabs.css" />
<Body>
<div id="Glowtab" class="glowtabs">
<ul>
<li><a href="index.htm"title="Home"><span>Home</span></a></li>
<li><a href="photo.htm"title="Photo"rel="dropmenu1"><span>Photo</span></a></li>
<li><a href="Guestbook.htm"title="Guestbook" rel="dropmenu2"><span>GuestBook</span></a></li>
<li><a href="interest.htm" title="Interest"><span>Interest</span></a></li>
</ul>
</div>
<!--1st drop down menu -->
<div id="dropmenu1" class="dropmenudiv">
<a href="photo.htm">CSS Drive</a>
<a href="Guestbook.htm">JavaScript Kit</a>
<a href="index.htm">Coding Forums</a>
<a href="favorite.htm">JavaScript Reference</a>
</div>
"
"
<script type="text/javascript">
//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
tabdropdown.init("Glowtab", auto)
</script>
</Body>
</HTML>
Bookmarks