-
can CSS show visited links?
I've been wondering about this for awhile, so please let me know.
-
a:link {
color: #fff; /* White link */
}
a:visited {
color: #eee; /* Light-gray visited link*/
}
a:hover {
color: #0ff; /* Skyblue link on mouse over */
}
[J]ona
-
Thanks! I must have missed that at in the CSS specs...
-
Originally posted by PunkSktBrdr01
Thanks! I must have missed that at in the CSS specs...
'Tis easy miss in those documents, indeed.
[J]ona
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks