Search found 3 matches

by kretch
Sat Sep 07, 2002 2:50 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Alternative to vertical separator line?
Replies: 3
Views: 3762

Thanks Hergio,
I had thought about that option which is indeed the look I was after. Unfortunately, the mouseover state will cause the ":" characters to be highlighted as well and this makes the menu look "wrong".

It's a damn fine script anyway but there are always those of us who desire more ...
by kretch
Fri Sep 06, 2002 4:31 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Transparent Background
Replies: 1
Views: 2202

In your prop1 style array try this:

"000000", // Off Font Color
"transparent", // Off Back Color
"ffffff", // On Font Color
"transparent", // On Back Color

Cheers,
Dennis
by kretch
Thu Sep 05, 2002 10:59 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Alternative to vertical separator line?
Replies: 3
Views: 3762

Alternative to vertical separator line?

When used as a horizintal menu layout, the program can be set to insert a separator bar between each main menu title like this :

choice 1 | choice 2 | choice 3 | choice 4

Any chance for some code tweaking so that that line can be replaced with a couple of colons like this:

:: choice 1 :: choice 2 ...