hi,
i have a css like this:
it works fine if the page is one HTML file, ie the colors switch correctly.
but when i use frames(two frames top one holds this link page, bottom some other file) and if i click on a link in the bottom frame this link's highlight vanishes (i guess beacause its no more active). how can i overcome that. i dont want to use gifs...
Known is handfull, Unknown is worldfull
i have a css like this:
Code:
<style type="text/css">
<!--
a:hover{color: #333399; text-decoration: bolder}
a:click{color: #FFFFFF; text-decoration: none}
a:active{color: #333399; text-decoration: none}
-->
</style>
it works fine if the page is one HTML file, ie the colors switch correctly.
but when i use frames(two frames top one holds this link page, bottom some other file) and if i click on a link in the bottom frame this link's highlight vanishes (i guess beacause its no more active). how can i overcome that. i dont want to use gifs...
Known is handfull, Unknown is worldfull