yaelbe
11-11-2002, 02:01 PM
I need your help!!!!
I have a page with three frames where the top one is the menu , the second has several links that open the third frame.
I used an external css file where i defined the menu style as follow:
.headermenu {font-family:verdana; font-size:10pt; color: #EFEFEF; }
.headermenu:active{font-family:verdana; font-size:10pt; color: red; ; }
.headermenu:hover{font-family:verdana; font-size:10pt; color: red; }
Everything works properly on explorer 5. The problem starts in Explorer 5.5 and 6, when someone clicks on the links in the second or in the third frame the menu (in the first frame) looses the active style and it isn't anymore red.
What should i do?
i know that css can't solve my problem and that i need to add a function in javascript- but what kind of function?
Please help me!!!!!
I have a page with three frames where the top one is the menu , the second has several links that open the third frame.
I used an external css file where i defined the menu style as follow:
.headermenu {font-family:verdana; font-size:10pt; color: #EFEFEF; }
.headermenu:active{font-family:verdana; font-size:10pt; color: red; ; }
.headermenu:hover{font-family:verdana; font-size:10pt; color: red; }
Everything works properly on explorer 5. The problem starts in Explorer 5.5 and 6, when someone clicks on the links in the second or in the third frame the menu (in the first frame) looses the active style and it isn't anymore red.
What should i do?
i know that css can't solve my problem and that i need to add a function in javascript- but what kind of function?
Please help me!!!!!