-
chorme css drop down menu (help me)
1) Script Title: chorme css drop down menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm
3) Describe problem: i'm using this menu. its gre8.
but when i try to add a link to menu title in menu bar it doesn't work.
like in this exp.
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="http://www.dynamicdrive.com">Home</a></li>
<li><a href="#" rel="dropmenu1">Resources</a></li>
<li><a href="#" rel="dropmenu2">News</a></li>
</ul>
</div>
when we add a link in <li><a href="www.website.com" rel="dropmenu1">Resources</a></li> it doesn't work.
help me
-
-
At the top of the javascript, when the diablemenuclick is set to true, the link won't work. You need to set the disablemenuclick to false
disablemenuclick: false
Also, make sure you spell out the url with the http://www... not just www...
-
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks