Hi,
In my page I would like to control colors for url links using style definitions.
for example:
A:hover { color:#FFFFFF; }
A:active { color:#003352; }
A:link { color:#E9F3FE; }
A:visited { color:#E9F3FE; }
What happens is that if an url is visited the hover definition is not working anymore!
Why not? and what can I do about this? An what is the exact meaning of 'active'? I can't notice any changes except from rollover, and link visited!
Another question is there a way to change the background of buttons, checkboxes and lists/menus like it is for buttons anmd textfields?
regards,
Ron
Ron
In my page I would like to control colors for url links using style definitions.
for example:
A:hover { color:#FFFFFF; }
A:active { color:#003352; }
A:link { color:#E9F3FE; }
A:visited { color:#E9F3FE; }
What happens is that if an url is visited the hover definition is not working anymore!
Why not? and what can I do about this? An what is the exact meaning of 'active'? I can't notice any changes except from rollover, and link visited!
Another question is there a way to change the background of buttons, checkboxes and lists/menus like it is for buttons anmd textfields?
regards,
Ron
Ron