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.

CSS Forum


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



Reply
changing hyperlinks style
Old 07-30-2006, 05:06 PM changing hyperlinks style
Extreme Talker

Posts: 161
Trades: 0
I need to have to types of hyperlinks styles one for my top menu and one for my main page, but i need them to not have the same color font and background.
I managed to change oe but this make all the rest like that is there away to make them not the same.
afcbob is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-30-2006, 05:11 PM Re: changing hyperlinks style
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
give your header and your main area ids, then define your colors in your style sheet - like so:

Code:
#main a:link {
color: blue;
background-color: white
}

#header a:link {
color: #EBDFBD;
background-color: black
}
the HTML would be like this :
Code:
<div id="header"><a href="link.html">Header Link</a></div>
<div id="main"><a href="link.html">Main Link</a></div>

Last edited by funkdaddu; 07-30-2006 at 05:13 PM..
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Old 07-30-2006, 05:14 PM Re: changing hyperlinks style
Extreme Talker

Posts: 161
Trades: 0
Thanks
afcbob is offline
Reply With Quote
View Public Profile
 
Old 07-30-2006, 05:15 PM Re: changing hyperlinks style
Extreme Talker

Posts: 161
Trades: 0
Can you do it that way with other code as well ie <p>
afcbob is offline
Reply With Quote
View Public Profile
 
Old 07-31-2006, 06:29 AM Re: changing hyperlinks style
Extreme Talker

Posts: 161
Trades: 0
Ok i just tried what you told me to do and works fine in IE but nit fire fox.

URL:Marine Fish
afcbob is offline
Reply With Quote
View Public Profile
 
Old 07-31-2006, 08:05 AM Re: changing hyperlinks style
Extreme Talker

Posts: 161
Trades: 0
This is sorted now thanks any way.
afcbob is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to changing hyperlinks style
 

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 0.16688 seconds with 12 queries