MrPink
10-27-2002, 12:00 PM
Hi there,
For my menu-links (in right frame) I'm using this style:
A:link {COLOR: black; TEXT-DECORATION: none}
A:visited {COLOR: black; TEXT-DECORATION: none}
A:hover {COLOR: red; TEXT-DECORATION: none}
A:active {COLOR: blue; TEXT-DECORATION: none}
But when another link (in another frame)is clicked, the active link turns black again. But I need it to stay blue! Something like the javascript-function onFocus does!
Any suggestions? Javascript or CSS, either way is ok...
I need somethink like this:
onMouseOver: font-color=red;
onMouseOut: fontcolor=black;
onFocus: fontcolor=blue;
T.I.A.
MrPink
For my menu-links (in right frame) I'm using this style:
A:link {COLOR: black; TEXT-DECORATION: none}
A:visited {COLOR: black; TEXT-DECORATION: none}
A:hover {COLOR: red; TEXT-DECORATION: none}
A:active {COLOR: blue; TEXT-DECORATION: none}
But when another link (in another frame)is clicked, the active link turns black again. But I need it to stay blue! Something like the javascript-function onFocus does!
Any suggestions? Javascript or CSS, either way is ok...
I need somethink like this:
onMouseOver: font-color=red;
onMouseOut: fontcolor=black;
onFocus: fontcolor=blue;
T.I.A.
MrPink