Home   News  Product reviews  Website reviews  Forums   Competitions  Subscribe 


Web Building >> Web design & build
 |  Print Topic
Jump to first unread post. Pages: 1
tyrant
new user


Reg'd: Mon
Posts: 1
explanation of style sheet
      #158731 - Mon Feb 07 2005 11:25 AM

can someone please explain this stylesheet?. i'm really new to style sheets, and i would really appriceate the help.

thanks in advance



.main {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
color: #999999;
}
.formfields {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
color: #333333;
background-color: #666666;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
cursor: crosshair;
}



Post Extras: Print Post   Remind Me!   Notify Moderator  
ianm
regular


Reg'd: Fri
Posts: 345
Loc: Colchester
Re: explanation of style sheet [Re: tyrant]
      #158840 - Mon Feb 07 2005 06:24 PM

In your html you will have a class rule something like <p class="main>text here</p>

When the browser gets to the class rule called main it knows to look at the style sheet and find the rule there by the .main code, it then adds the style rules set in that class, the bits in the style itself kind of speak for themselfves. Hope that is of use

Regards
Ian


Edited by ianm on 07/02/2005 18:24 (server time).



Post Extras: Print Post   Remind Me!   Notify Moderator  
predator
regular


Reg'd: Sun
Posts: 542
Re: explanation of style sheet [Re: tyrant]
      #159014 - Mon Feb 07 2005 11:00 PM

for learning CSS, "cascading style sheets for dummies" is a good book -easy to understand and a good place to get started.
http://www.predatorconservation.com


Post Extras: Print Post   Remind Me!   Notify Moderator  
Pages: 1

Rate this topic

Jump to


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

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


Print Topic

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

Rating:
Topic views: 187

Contact Us | Privacy statement Main website