WeCodeThings Library
Library of code bits
Glossary
Contact Us
Need a web designer? visit
WeCodeThings.Com
for more details
Search
Browse by Category
..... ColdFusion
.......... Helpful Functions
..... CSS
..... Flex
..... HTML
..... JavaScript
..... JQuery
..... PHP
..... SEO
..... SQL
.......... Oracle
WeCodeThings Library
ColdFusion
CSS
Flex
HTML
JavaScript
JQuery
PHP
SEO
SQL
WeCodeThings Library
.:
CSS
.:
CSS Change hyperlink A Link Visited Active and Hover Styles Colors Syntax
CSS Change hyperlink A Link Visited Active and Hover Styles Colors Syntax
Standard syntax for setting up hyperlink styles in CSS.
<style type=
"text/css"
>
A
:link
{
color
:
#FFF
;
font-weight
:bold
;
text-decoration
:none
;
}
A
:visited
{
color
:
#FFF
;
font-weight
:bold
;
text-decoration
:none
;
}
A
:active
{
color
:
#FFF
;
font-weight
:bold
;
}
A
:hover
{
font-weight
:bold
;
text-decoration
:underline
;
color
:
#
000
}
</style>
Article
011
Created
4-27-2009
Modified
6-5-2009
Author
WeCodeThings
Rating
Email
Print
Add Comment
How helpful was this article to you?
5 - Very Helpful
4
3 - Somewhat Helpful
2
1 - Not Helpful
Related Articles
Create Hyperlink to external or internal website in Flex 3 using LinkButton
The best way that I have found out to...
4-9-2009 Views: 5245
how to change cursor to hand using javascript
The simplest way to change the cursor to a...
(No rating) 4-13-2009 Views: 782
Change Font | Text color based on winning number or percentage using cfif ColdFusion
I just wanted to change the font or text...
(No rating) 4-19-2009 Views: 876
User Comments
Add Comment
No comments have been posted.
.: Powered by Lore .:Code by
WeCodeThings Website Design and Development