View Full Version : AnyLink Drop Down Menu
rossoneris
10-21-2006, 10:18 AM
Hi,
I am trying to get this to work the AnyLink Drop Down Menu.
The link to the source is here: http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
I just copy paste the the script of the 2 boxes into an html file, but I can not get this to working. Is there anything that have to be modified, to get a drop down menu ?
ddadmin
10-23-2006, 06:49 AM
Please post a link to the page on your site that contains the problematic script so we can check it out.
rossoneris
10-23-2006, 05:40 PM
I have not bought in online yet - just tried if offline. But as I said, just copy and paste the whole script into the html page and try ... I get no jave menu, but just two normal links
greggc
11-03-2006, 05:36 PM
Using this same menu as above, I am trying to change the font color from that 'blue link' color...Any suggestions would be greatly appreciated.
here is the link to the test page in question:
http://www.frobisherbay.com/privacy.htm
I can change the background colors to white, but would love to change the text/font color to gray.
Appreciate any advice at all! Thanks in advance!
(the drop down portion is titled 'web design'.
ddadmin
11-03-2006, 11:13 PM
Greggc:
The font color (plus most other visual aspects of the menu) can be changed via CSS. Inside the CSS code:
#dropmenudiv a{
color: gray;
"
"
}
For example would cause the links to have a default color of gray.
greggc
11-03-2006, 11:40 PM
Thanks....It is greatly appreciated.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.