Current location: Hot Scripts Forums » General Web Coding » CSS » Defining link colours


Defining link colours

Reply
  #1 (permalink)  
Old 01-28-08, 10:20 AM
Rapid Dr3am Rapid Dr3am is offline
Community VIP
 
Join Date: Jan 2004
Location: Liverpool, England
Posts: 752
Thanks: 0
Thanked 0 Times in 0 Posts
Defining link colours

So I'm setting all links to be #FFFFFF but I only want that within one class as it's only used on the <div class="copyright">.

An ideas?
__________________
Placeholder, place signature here.
Reply With Quote
  #2 (permalink)  
Old 01-28-08, 10:30 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
css Code:
  1. .copyright a
  2. {
  3.     color: #FFFFFF;
  4. }

Like this?
Reply With Quote
  #3 (permalink)  
Old 01-28-08, 10:35 AM
Rapid Dr3am Rapid Dr3am is offline
Community VIP
 
Join Date: Jan 2004
Location: Liverpool, England
Posts: 752
Thanks: 0
Thanked 0 Times in 0 Posts
Will that do it on visited aswell?

So like just do a:visited? You wouldn't belive what 18 months out of WBA does to you.
__________________
Placeholder, place signature here.
Reply With Quote
  #4 (permalink)  
Old 01-28-08, 10:37 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
css Code:
  1. .copyright a, .copyright.a:visited
  2. {

This should do it.
Reply With Quote
  #5 (permalink)  
Old 01-28-08, 10:40 AM
Rapid Dr3am Rapid Dr3am is offline
Community VIP
 
Join Date: Jan 2004
Location: Liverpool, England
Posts: 752
Thanks: 0
Thanked 0 Times in 0 Posts
/me bows down to the awsomeness of nico.
__________________
Placeholder, place signature here.
Reply With Quote
Reply

Bookmarks


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

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Club2Share.com - Link exchange with Active Site 20000+ Members Club2share.com Traffic Exchange 1 12-20-06 10:17 PM
Link Exchange Management linkmore General Advertisements 0 11-23-05 08:38 AM
Six Sites Exchanging Links! - PR3+ Web Hosting, Web Design, Entertainment & Career coffeecoder General Advertisements 0 10-10-05 12:52 AM
Xml / Dom / Css Mark_SC.SE JavaScript 0 06-29-05 08:05 AM
I'm confused..plz help Brittany23 CSS 5 05-24-05 11:52 AM


All times are GMT -5. The time now is 02:05 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.