Search found 2 matches

by ms_gillis
Sat Oct 05, 2002 3:18 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: JS menu not showing up
Replies: 4
Views: 3775

try this

in the SCRIPT code you don't need the absolute link info:

instead of: <script language="JavaScript" src="http://www15.brinkster.com/clabber/menu_array.js"></script>

try: <script language="JavaScript" src= "menu_array.js" type=text/javascript></SCRIPT>

check out one of these sites built with ...
by ms_gillis
Sat Oct 05, 2002 3:11 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to change default visited link color in menu ???
Replies: 0
Views: 4076

How to change default visited link color in menu ???

I've noticed a slight hitch in the DHTML program: when you click a menu item it changes to the default color purple to show that you are on that particular page. Problem is: where can you change that default color? Obviously if you are using a dark blue background no one is going to be able to see ...