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
Different alink and vlink properties in Different Divisions
Old 01-03-2009, 07:00 AM Different alink and vlink properties in Different Divisions
Junior Talker

Posts: 2
Trades: 0
Hi,

in my web page i want to use verdana sans serif font family and 13px size in all links except some divisions. In those division i want to change the size of links. but i dont know hhow to do it.

here is my css code

Code:
.body 
{

font-family: Verdana,sans-serif;
font-size: 13px;
color: #000000;
}
a:link {
font-family: Verdana,sans-serif;
font-size: 13px;
color: #635050;
text-decoration: none;
}
a:hover {
font-family: Verdana,sans-serif;
font-size: 13px;
color: #c3bcaf;
text-decoration: underline;
}
a:visited {
font-family: Verdana,sans-serif;
font-size: 13px;
color: #000000;
text-decoration: none;
}
div.filmandyear{
font-family: Verdana,sans-serif;
font-weight:bold;
font-size:x-large; 


}
now in division filmandyear my font size is x-large. But because of my link size is 13px the year link in this division looks in 13px. How could i change its size to x-large?

thanks
elephantman is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-03-2009, 08:12 AM Re: Different alink and vlink properties in Different Divisions
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
use

.classname a:pseudoclass {
CSS Rules
}
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-03-2009, 08:58 AM Re: Different alink and vlink properties in Different Divisions
Junior Talker

Posts: 2
Trades: 0
thank you. it works
elephantman is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Different alink and vlink properties in Different Divisions
 

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