Reply
Different css link formats
Old 05-06-2005, 03:27 PM Different css link formats
stoot98's Avatar
Ultra Talker

Posts: 350
Name: Stuart
Location: Glasgow, Scotland
I was wondering if anyone could help me out with this css problem. Ive made a stylesheet to attach to my webpage with various bits for the formatting of the links and their hover format however there is two area of contrasting colours where the link will show and in another it wont show cos of the colour conflict. Is there a way of specifying one link formatting in one area and another in another - like you can do with normal text?

Hopefully this is explained adequately.
Cheers in advance
Stoot
stoot98 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-06-2005, 04:10 PM
chrishirst's Avatar
Super Moderator

Posts: 13,609
Location: Blackpool. UK
yes in exactly the same way

Code:
#container {
      /* definitions */
}
#container a {
     /* definitons */
}
#container a:link {
     /* definitons */
}
/* and so on */
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-06-2005, 06:54 PM
Kaiman's Avatar
Extreme Talker

Posts: 237
You can also separate your links into classes ie class1 turns a certain color on hover and class2 turns another color. Then apply them to the specific part of the page you want them to appear.

Kaiman

Website Design and Hosting - Glenwood Springs, CO
Kaiman is offline
Reply With Quote
View Public Profile
 
Old 05-07-2005, 01:58 AM
stoot98's Avatar
Ultra Talker

Posts: 350
Name: Stuart
Location: Glasgow, Scotland
Cheers guys. Got it sorted.
stoot98 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Different css link formats
 

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

vB 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.13785 seconds with 12 queries