domuk
10-10-2003, 06:26 AM
Hi all,
I am having problems with CSS within a framset.
This code below, apears to work in the the main frame but for reasons that i do not know, i can not get it working in the menu frame.
When you first go to it, the un visited text is blue and underlined. I want it to be grey and have no underline at all
I have attached the file in html format
Your help is very much apriaciated,
Dom..
<style type="text/css">
<!-
A:link {text-decoration:none; color="333333" }
A:visited {text-decoration:none; color: black }
A:hover {text-decoration:none; color: yellow }
-->
</style>
I am having problems with CSS within a framset.
This code below, apears to work in the the main frame but for reasons that i do not know, i can not get it working in the menu frame.
When you first go to it, the un visited text is blue and underlined. I want it to be grey and have no underline at all
I have attached the file in html format
Your help is very much apriaciated,
Dom..
<style type="text/css">
<!-
A:link {text-decoration:none; color="333333" }
A:visited {text-decoration:none; color: black }
A:hover {text-decoration:none; color: yellow }
-->
</style>