| Home :: About SD :: Staff :: Terms of Use Policies :: Awards :: Guestbook :: Message Board :: FAQs :: Links :: Job Opportunities | ||||
![]()
|
||||
| Layouts :: Avatars :: Buttons :: Banners :: Wallpapers :: Tutorials :: Graphic Request | ||||
TutorialsCascading Style Sheets (CCS) have many different features to them. For example, you can change the text color and style as well as its size without having to use a <font> tag. That is just one of the many different features CSS can do. Some of the most useful features of CSS are listed below.
- color:#000000; - font-size:11px; Body Background
- background: url(bg.jpg); - bg-properties: fixed; Scrollbar
- scrollbar-track-color: #FFFFFF; - scrollbar-face-color: #FFFFFF; - scrollbar-highlight-color: #FFFFFF; - scrollbar-3dlight-color: #000000; - scrollbar-darkshadow-color: #FFFFFF; - scrollbar-shadow-color: #000000; Links
- a:link { color: #0000FF; text-decoration: none;} - a:visited { color: #0000FF; text-decoration: none;} - a:hover { color: #000080; text-decoration: none;} Cursors
- cursor: e-resize; - cursor: s-resize; - cursor: w-resize; - cursor: ne-resize; - cursor: se-resize; - cursor: sw-resize; - cursor: nw-resize; - cursor: crosshair; - cursor: wait; Headers
Header The code for the above example is<p class="head">Header</p> Borders
<table width="200" height="100" class="border"> <tr> <td width="100" class="border"> 1 </td> </tr> <td width="100" class="border"> 2 </td> </tr> </tr> <tr> <td width="100" class="border"> 3 </td> </tr> <td width="100" class="border"> 4 </td> </tr> </table> Border Options
- border: #000000; <-- color of the border - border-style: solid; <-- border style
-- dotted -- dashed -- double (border size must be 3 or more) - border-right-width: 1px; <-- right side border - border-bottom-width: 1px; <-- bottom border - border-left-width: 1px; <-- left side border - background-color: #FFFFFF; <-- border background color Table Options
- border-size: 1px; - border-style: solid;
-- dotted -- dashed -- double (border size must be 3 or more) - color: #000000; Written by: Kaze Kikotsu. Questions? Comments? Complaints? E-mail Kaze Kikotsu. |
||||
Affiliates:
Apply |
||||
| Starlight Designs is © copyright Kaze Kikotsu 2002-2011. All anime/manga & video games © copyright their respective owners. All Rights Reserved. |