|
-
May 21st, 2004, 10:05 AM
#1
Thread Starter
Frenzied Member
define alink, vlink, link in CSS?
Is there any way to define the link colors in a CSS file?
-
May 21st, 2004, 10:23 AM
#2
Frenzied Member
Code:
<style type="text/css">
<!--
a:link {
color: #003366;
}
a:visited {
color: #FF0000;
}
a:hover {
color: #0000FF;
}
a:active {
color: #00FFFF;
}
-->
</style>
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
|
Click Here to Expand Forum to Full Width
|