Css Help

The simplest CSS code is for a nice looking colored scrollbar, instead of the grey default. Click here for a handy scroll bar code generator
below is the base scroll bar coding:

<STYLE type="text/css"> <!-- BODY { scrollbar-face-color: YOUR COLOR HERE!; scrollbar-highlight-color: YOUR COLOR HERE!; scrollbar-3dlight-color: YOUR COLOR HERE!; scrollbar-darkshadow-color: YOUR COLOR HERE!; scrollbar-shadow-color: YOUR COLOR HERE!; scrollbar-arrow-color: YOUR COLOR HERE!; scrollbar-track-color: YOUR COLOR HERE!; } --> </STYLE>
It is also really easy to get cool mouse rollover effects- and theyre are many ways to do it! here is therollover codebelow. change the colors to what you want, but here is the code :
<STYLE type="text/css"> <!-- A:link {color:YOUR COLOR HERE!};} A:visited {color:YOUR COLOR HERE!;} A:active {color:YOUR COLOR HERE!;} A:hover{color:YOUR COLOR HERE!; background-color:YOUR COLOR HERE!;} } --> </STYLE>

Home

Hosted by www.Geocities.ws

1