Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 07-13-2008, 03:13 AM
taya74 taya74 is offline
Junior Coders
 
Join Date: Jul 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default AnyLink Drop Down Menu Help

I am using the Anylink Drop Down Menu http://www.dynamicdrive.com/dynamici...pmenuindex.htm

It works perfectly except I can't get the actual link on the navigation bar to click to another page (the drop down menu links will): this is the code on the website:


<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>

So I presume if someone clicks on the heading Web Design it should go to the default.htm page?

Below is the code I have added to my website:

<a href="ourcars.html" class="bluelinks" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '85px')" onMouseout="delayhidemenu()">Our Cars</a>

When I click on it, it doesn't do anything. I don't know Javascript at all but thought it must be something very simple that I am doing wrong.

Thanks
Reply With Quote
  #2  
Old 07-13-2008, 03:24 AM
ddadmin's Avatar
ddadmin ddadmin is offline
Administrator
 
Join Date: Aug 2004
Posts: 7,627
Thanks: 2
Thanked 639 Times in 629 Posts
Blog Entries: 13
Default

You'd simply remove the "onClick" portion from your anchor links:

Code:
<a href="ourcars.html" class="bluelinks" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '85px')" onMouseout="delayhidemenu()">Our Cars</a>
Reply With Quote
  #3  
Old 07-13-2008, 05:14 AM
taya74 taya74 is offline
Junior Coders
 
Join Date: Jul 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you! Works perfectly now.
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:06 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.