Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Graphics, Images, Logos Templates & CSS > CSS Cascading Style Sheets

Notices

CSS Cascading Style Sheets All topics and discussions relating to CSS Cascading Style Sheets.

Reply
 
LinkBack Thread Tools
  #1  
Old 09-28-2006, 05:05 PM
FPRob's Avatar
Brigadier General
 
Join Date: Aug 2006
Location: Near some trees
Posts: 1,058
Default CSS Tutorial #1 & Tutorial #2 Examples

In CSS Tutorial #1 you saw how to create a style sheet and the formatting of CSS instructions.

In CSS Tutorial #2 you saw many of the properties available to you when it comes to styling certain page elements.

Here are some examples of CSS coding that I have used in my sites. There are no actual explanations listed here as to what these instructions do but...

Using the first two tutorials will help you decipher these commands for yourself which is the single best way to learn programming. Take a look at these commands and the way they are layed out and then refer back to the other two tutorials and try to create some of your own CSS commands in a reply here. This will help you learn more effectively than simply being supplied with all the answers.

The instructions below have been colour coded as per the examples in the first two tutorials.


P
{font-family: Verdana; line-height: 12px; font-size: 10px; text-align:justify; margin: 15px; margin-top: 2px; color: #000000}

H1 {font-family: Arial; line-height: 15px; font-size: 14px; letter-spacing: 3px; font-weight: bold; margin: 15px; margin-bottom: 2px; text-align: left; color: #333}


Here is one that you havent seen yet. Image formatting. Notice how the border commands have all been issued in one single statement rather than having to write border: 3px; border: solid; border-colour: white.


IMG
{border:3px solid white; margin: 5px}

Any questions?
__________________

FPRULES


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 07:48 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55