Graphics Resources Tutorials Web Stuff Fun Stuff Home Home Site Contact Snazzify Magazine Topsite Image Hosting Online Shop
online!
Today is

Affiliates

Breakdown
Luminous
Ravekill
Flavored Space
Funky Kiss
Dork Lyts
Untraceable
Atomic Affliction
Sugary Paradise
Strobe Lyts
Fifth Avenue
Carol Trend
Sugarsweet-Stuff
Outspoken Kate
Sour Pop Ave
This Fiasco
Fizzle Stix
Invogue
Peace Outt
Star Lyts
Unglamorous Life
Soo-Sweet
Sizzling-Space
Rooeh
Party With Us
Splattered Canvas
Hopeless-Wish
Simply Unique

More / Apply?



CSS Guide

Font

1. How do I change the font color/style/size? <style>td, p, body{color:purple;font:7pt georgia}</style> Links

2. How do I change the color and style of links? <style>a{color:green;font:7pt georgia;text-decoration:none}</style> 3. How do I change the hover color and style of links? <style>a:hover{color:orange;}</style> 4. How do I get rid of the underline on links? <style>a:link {text-decoration: none;}</style> 5. How do I get a background color on link mouseover? <style>a:hover{background:pink;}</style> Textareas

6. How do I get change the style of my textareas and boxes? <style>input, textarea {font-family:georgia; font-size:7pt; color: purple; background-color: pink; border: dotted 2px; border-color: purple;} </style> Scrollbars (IE-only)

7. How do I get a colored scrollbar (internet explorer only)? <style> body { scrollbar-arrow-color: pink; scrollbar-base-color:blue; scrollbar-dark-shadow-color: pink; scrollbar-track-color: blue; scrollbar-face-color: pink; scrollbar-shadow-color: blue; scrollbar-highlight-color: pink; scrollbar-3d-light-color: blue; } </style> Images

8. How do I fade the images on a page? <style>img{filter:alpha(opacity=60)}</style> 9. How do I change the cursor? <style>body{cursor:crosshair}</style> 10. How do I change the cursor to one I made? <style>body {cursor:url(ADDRESS OF CURSOR HERE)}</style> 11. How do I get a tiled background? <style>body {background:url('BACKGROUNDURL') fixed; }</style> 12. How do I get a background that's just in the right corner and not tiled? <style>body{background:url('BACKGROUNDURL') no-repeat fixed right bottom; }</style>



Copyright Smiley Helper 2004-2008
About - Awards / Gifts - Contact - Link Back - Links Out - Our Host - Terms - Valid CSS

eXTReMe Tracker