IE6 link colors & CSS override (vs. Firefox)

T

Toby Inkster

Woodmon said:
So is the following "order" correct?

a:link { }
a:link:hover { }
a:visited { }
a:visited:hover { }
a:active { }

Without knowing what overall effect you want to achieve, it's impossible
to say.

The following order is "correct":

a:link { color:blue }
a:hover { color:red }
a:visited { color:purple }

if you want to achieve the effect of "unvisited links blue, but red when
hovered; visited links purple, and remain so when hovered". LVHA is not
always "correct".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top