Home   News  Product reviews  Website reviews  Forums   Competitions  Subscribe 
Seen This Blog


Web Building >> Web design & build

 |  Print Thread
TheFatControlleRAdministrator
Forum Admin


Reg'd: Fri
Posts: 6845
Loc: Megatripolis
Re: CSS Properties
      Fri May 14 2004 03:54 AM

That CSS function usually comes in a set. See below for a sampler.

.headnav = the ordinary state for when the text is not a link.
.headnav a = the state for when the text is a link
.headnav a:hover = the state for when the text is a link and the cursor passes over it

.headnav {
background-color : #0052ac;
color : #c7ddf8;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
}
.headnav a{
background-color : #0052ac;
color : yellow;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
}
.headnav a:hover{
background-color : #0052ac;
color : #ff8c00;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
}


Here's how it looks.
TFC
Nothing is a problem for me...

Post Extras Print Post   Remind Me!     Notify Moderator
Rate this thread

Jump to


Entire topic
Subject Posted by Posted on
* CSS Properties mw1 Fri May 14 2004 12:03 AM
. * * Re: CSS Properties longplay   Fri May 14 2004 03:02 PM
. * * Re: CSS Properties mw1   Fri May 14 2004 09:19 PM
. * * Re: CSS Properties TheFatControlleRAdministrator   Fri May 14 2004 03:54 AM
. * * Re: CSS Properties mw1   Fri May 14 2004 09:08 AM

Extra information
0 registered and 0 anonymous users are browsing this forum.

Moderator:  putasolutions, Joe_London, greysts, bricat, Nanook, Hello_There, John_McKenna, Mouse, TheFatControlleR 


Print Thread
Forum Permissions
      You cannot start new topics
      You cannot reply to topics
      HTML is disabled
      Mark-up is enabled

Rating:
Thread views: 152

Contact Us | Privacy statement Main website