Forum Moderators: open
link
visited
hover
Problem:
When come to the page, there is no link color (blue & underline) in the first place. The text of EVERY ROW is already in visited state when come to the page. However the hover color does work in every hyperlink.
The above problem happen in 3 cases below,
1) hyperlinks and linked text share the same page
2) ONLY hyperlinks on one page and ALL other linked text are individually on seperate pages
3) hyperlinks commonly available at every linked text which is on individual page. ie each linked text page has common hyperlinks, done with .dwt file.
What went wrong? Can someone help, pls.
Do you use a Cascading Stylesheet for definining the colours of links?
If yes, you need to define them in this order in your stylesheet:
1st: a:link
2nd: a:visited
3rd: a:hover
4th: a:active
...apparently its something to do with one attribute overiding the other one if they're in the wrong order.
Hope this at least partially helps?
Regards,
Jet