Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 02-18-2009, 08:44 AM link color
Skilled Talker

Posts: 85
Trades: 0
Hi,

Please check the following site:

http://musicaenvivocr.com/index.htm

On the footer menu the links show up in blue. I need to them to show up in white all the time, even after they are clicked and if you put your mouse over it I need to underline the text. Only for those specific links

Thanks
Attached Files
File Type: txt css.txt (3.5 KB, 3 views)
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
allan16 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-18-2009, 08:53 AM Re: link color
Muzz's Avatar
Average Talker

Posts: 21
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / West_Europe / The_Netherlands
Trades: 0
Hi,

I see you use the follow css for the terms link (You can create another reference easily, that will I explain later in this post):

Code:
.terms a {
  color: #FFFFFF;
  text-decoration: none;
}
.terms a.hover {
  color: #FFFFFF;
  text-decoration: underline;
}
And for all links in your html document you can use:

Code:
a {
  color: #FFFFFF;
  text-decoration: none;
}
.a.hover {
  color: #FFFFFF;
  text-decoration: underline;
}
Hope this helps.
Muzz is offline
Reply With Quote
View Public Profile
 
Old 02-18-2009, 08:56 AM Re: link color
Skilled Talker

Posts: 85
Trades: 0
That would not work, I dont want ALL links to be white just the ones at the very bottom where the text is:

Inicio :: Artistas :: Géneros :: En Vivo ::Como funciona :: Contáctenos
info@musicaenvivocr.com
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
allan16 is offline
Reply With Quote
View Public Profile
 
Old 02-18-2009, 09:56 AM Re: link color
Skilled Talker

Posts: 85
Trades: 0
sorry, that did work.

Thanks a lot for the help
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
allan16 is offline
Reply With Quote
View Public Profile
 
Old 02-18-2009, 12:30 PM Re: link color
Muzz's Avatar
Average Talker

Posts: 21
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / West_Europe / The_Netherlands
Trades: 0
Your welcome!
Muzz is offline
Reply With Quote
View Public Profile
 
Old 02-19-2009, 08:27 PM Re: link color
Banned

Posts: 8
Trades: 0
what other colours are available?
john.smit00 is offline
Reply With Quote
View Public Profile
 
Old 02-19-2009, 09:37 PM Re: link color
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
Quote:
Originally Posted by john.smit00 View Post
what other colours are available?
Any where from 0-16, you will want to use the color codes for advanced color management.

#FFFFFF
Those colors represent what value (0-16) is used for each color.

Some sample colors:
#FF0000 - Pure Red
#00FF00 - Pure Green
#0000FF - Pure Blue
#FF9900 - Orange
#FFFF00 - Yellow

Here is a full set of color codes.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 02-24-2009, 05:10 AM Re: link color
Junior Talker

Posts: 1
Name: Ewan Zack
Trades: 0
check the link Color
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
EwanZack is offline
Reply With Quote
View Public Profile
 
Old 02-24-2009, 04:29 PM Re: link color
eEL
eEL's Avatar
Novice Talker

Posts: 6
Trades: 0
this may help for some nice color palettte options

http://www.colourlovers.com/
eEL is offline
Reply With Quote
View Public Profile
 
Old 03-02-2009, 04:01 AM Re: link color
lightspeed's Avatar
Junior Talker

Posts: 3
Trades: 0
This link for me is invaluable for colours:

http://www.colorblender.com/
__________________

Please login or register to view this content. Registration is FREE
- Design, Develop, Deliver

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
lightspeed is offline
Reply With Quote
View Public Profile Visit lightspeed's homepage!
 
Old 03-02-2009, 04:17 AM Re: link color
SiberForum's Avatar
canadian

Posts: 1,497
Trades: 0
Also using dreamviewer you can determine color diversity by the codes.
__________________

Please login or register to view this content. Registration is FREE
SiberForum is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to link color
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.50324 seconds with 13 queries