Click to See Complete Forum and Search --> : links


vik_pa
05-20-2003, 09:14 AM
why dont the link properties via page properties and css style, work correctly. the visited property becomes the colour of the link and the link property does nothing!!!!!

khalidali63
05-20-2003, 09:16 AM
You might not have set the properties properly.???
Post your code here or better yet,post it in the CSS forum.

AdamGundry
05-20-2003, 09:45 AM
You might have the pseudoclasses in the wrong order. Make sure they are in this order:

a:link
a:visited
a:active
a:hover

Adam