|
QUICK GUIDE | OUR SAMPLE |
CSS SIMPLIFIED | CSS
LINKS
QUICK IMAGE CSS GUIDE

|
OUR CSS CODING SIMPLIFIED |
|
#main

#header
 To eliminate the background image, simply replace url:('http://www.osportsnet.com/images/head_bg.gif') with none
#content

#menu_bg
 |
|
CHANGING CSS LINK COLORS |
|
#menu_bg a
Changing the color in this option will change the link
color for our main navigation. #menu_bg
a:hover
Changing this color in this option will change the color
when you put your mouse over a main nav link.
a
This is to change your link colors for your actual content
on your profiles. a:hover
Changing this color will display the color when your mouse
is over actual content links. |
If you need any additional help regarding HTML
coding, you can always Google it!
|
|