I know in HTML the following code makes scrollbars change color.... i was wodnering how can i incorporate that into the index.php page to make it look like the scroll bars on http://www.smooth-effects.com/Forms/Registration.htm any help would be greatly appreciated thank you everyone for all help i have gotten with other issues.

*:lt*STYLE TYPE="text/css"*:gt*

BODY
{
scrollbar-arrow-color: white;
scrollbar-base-color: black;
scrollbar-DarkShadow-color: white;
scrollbar-Face-color: black;
scrollbar-Highlight-color: white;
scrollbar-Shadow-color: white;
scrollbar-Track-color: black;
}
*:lt*/STYLE*:gt*

Comments

Stefan Nagtegaal’s picture

try to put these values inside your themes' CSS...

smooth-effects’s picture

My question is how do i put the html code into here. Please i am not that familiar with css or php file coding.

irwin’s picture

You should probably learn CSS. Use Google to look for CSS tutorials.

-- Irwin