New York Design & Development Forums  

Go Back   New York Design & Development Forums > Knowledge Bank > Tutorials
Connect with Facebook

Notices

Reply
 
LinkBack Thread Tools
Old 02-11-2004, 07:20 PM   #1 (permalink)
Loathor_Healer
Guest
 
Posts: n/a
Default Some CSS for Begginers

Code:
<style type="text/css"> 
} 
body a:link 
{ 
    color: #B3B395; 
} 
body a:visited 
{ 
    color: #B3B395; 
} 
body a:hover, body a:active 
{ 
    color: #B3B395; 
    text-decoration: none; 
} 
</style>
The Breakdown:

Code:
body a:link
{
color: #B3B395;
The Active Link Color, This is the color that ALL the links will be on the page.

Code:
body a:visited
{
color: #B3B395;
The Visited Link color, This is the color that the link will be if you have clicked it before.

Code:
body a:hover
{
color: #B3B395;
text-decoration: none;
}
The Hover Link Color, when you hover over the link, this is the color that it show up. Okay? Now put this inside your Head Tags of your HTML. and you should be okay.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:54 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13