wizkilo
05-29-2007, 02:56 AM
Hey guys, Im having a CSS Vertical Menu problem if anyone knows anything about it, please check it out and let me know what Im doing wrong...?
I found the script on here and it's supposed to be a "cop/Paste" thing....cuztomizable...so I just changed the font, color, and background pic...It works for the main menu part of it, but then I have a SUB menu (example...VIDEO has 3 different things WITHIN it..) that doesn't want to work!
here's where I got it from: http://www.javascriptkit.com/script/script2/verticalmenu.shtml
and I copy pasted and changed a few things...but BOTH parts don't work, just one of them does!
here's THE SITE's SCRIPT:
<ul id="verticalmenu" class="glossymenu">
<li><a href="http://www.javascriptkit.com/">JavaScript Kit</a></li>
<li><a href="http://www.javascriptkit.com/cutpastejava.shtml" >Free JavaScripts</a></li>
<li><a href="http://www.javascriptkit.com/">JavaScript Tutorials</a></li>
<li><a href="#">References</a>
<ul>
<li><a href="http://www.javascriptkit.com/jsref/">JavaScript Reference</a></li>
<li><a href="http://www.javascriptkit.com/domref/">DOM Reference</a></li>
<li><a href="http://www.javascriptkit.com/dhtmltutors/cssreference.shtml">CSS Reference</a></li>
</ul>
</li>
<li><a href="http://www.javascriptkit.com/cutpastejava.shtml" >DHTML/ CSS Tutorials</a></li>
<li><a href="http://www.javascriptkit.com/howto/">web Design Tutorials</a></li>
<li><a href="#" >Helpful Resources</a>
<ul>
<li><a href="http://www.dynamicdrive.com">Dynamic HTML</a></li>
<li><a href="http://www.codingforums.com">Coding Forums</a></li>
<li><a href="http://www.cssdrive.com">CSS Drive</a></li>
<li><a href="http://www.dynamicdrive.com/style/">CSS Library</a></li>
<li><a href="http://tools.dynamicdrive.com/imageoptimizer/">Image Optimizer</a></li>
<li><a href="http://tools.dynamicdrive.com/favicon/">Favicon Generator</a></li>
</ul>
</li>
</ul>
----------------------------------------------------------------------
and here's MY SCRIPT:
<ul id="verticalmenu" class="glossymenu">
<li><a href="/newsite/media/music/music.html" TARGET="mediaframe">MUSIC</a></li>
<li><a href="/newsite/media/gallery/gallery.html" TARGET="mediaframe">GALLERY</a></li>
<li><a href="#">VIDEOS</a>
<ul>
<li><a href="/newsite/media/videos/randommoments/randommoments.html" TARGET="mediaframe">WK's Random Moments</a></li>
<li><a href="/newsite/media/videos/live/live.html" TARGET="mediaframe">Live!</a></li>
<li><a href="/newsite/media/videos/misc/misc.html" TARGET="mediaframe">Misc</a></li>
</ul>
</li>
</ul>
----------------------------------------------------------------
I mean I just changed the links and stuff and I dont get it...
it's for this page:
www.wizkilo.com/newsite/media/media.html
PLEASEEEEE help me...
thanx,
Wiz Kilo
I found the script on here and it's supposed to be a "cop/Paste" thing....cuztomizable...so I just changed the font, color, and background pic...It works for the main menu part of it, but then I have a SUB menu (example...VIDEO has 3 different things WITHIN it..) that doesn't want to work!
here's where I got it from: http://www.javascriptkit.com/script/script2/verticalmenu.shtml
and I copy pasted and changed a few things...but BOTH parts don't work, just one of them does!
here's THE SITE's SCRIPT:
<ul id="verticalmenu" class="glossymenu">
<li><a href="http://www.javascriptkit.com/">JavaScript Kit</a></li>
<li><a href="http://www.javascriptkit.com/cutpastejava.shtml" >Free JavaScripts</a></li>
<li><a href="http://www.javascriptkit.com/">JavaScript Tutorials</a></li>
<li><a href="#">References</a>
<ul>
<li><a href="http://www.javascriptkit.com/jsref/">JavaScript Reference</a></li>
<li><a href="http://www.javascriptkit.com/domref/">DOM Reference</a></li>
<li><a href="http://www.javascriptkit.com/dhtmltutors/cssreference.shtml">CSS Reference</a></li>
</ul>
</li>
<li><a href="http://www.javascriptkit.com/cutpastejava.shtml" >DHTML/ CSS Tutorials</a></li>
<li><a href="http://www.javascriptkit.com/howto/">web Design Tutorials</a></li>
<li><a href="#" >Helpful Resources</a>
<ul>
<li><a href="http://www.dynamicdrive.com">Dynamic HTML</a></li>
<li><a href="http://www.codingforums.com">Coding Forums</a></li>
<li><a href="http://www.cssdrive.com">CSS Drive</a></li>
<li><a href="http://www.dynamicdrive.com/style/">CSS Library</a></li>
<li><a href="http://tools.dynamicdrive.com/imageoptimizer/">Image Optimizer</a></li>
<li><a href="http://tools.dynamicdrive.com/favicon/">Favicon Generator</a></li>
</ul>
</li>
</ul>
----------------------------------------------------------------------
and here's MY SCRIPT:
<ul id="verticalmenu" class="glossymenu">
<li><a href="/newsite/media/music/music.html" TARGET="mediaframe">MUSIC</a></li>
<li><a href="/newsite/media/gallery/gallery.html" TARGET="mediaframe">GALLERY</a></li>
<li><a href="#">VIDEOS</a>
<ul>
<li><a href="/newsite/media/videos/randommoments/randommoments.html" TARGET="mediaframe">WK's Random Moments</a></li>
<li><a href="/newsite/media/videos/live/live.html" TARGET="mediaframe">Live!</a></li>
<li><a href="/newsite/media/videos/misc/misc.html" TARGET="mediaframe">Misc</a></li>
</ul>
</li>
</ul>
----------------------------------------------------------------
I mean I just changed the links and stuff and I dont get it...
it's for this page:
www.wizkilo.com/newsite/media/media.html
PLEASEEEEE help me...
thanx,
Wiz Kilo