Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert Code?

Status
Not open for further replies.

august

MIS
Joined
Aug 24, 2000
Messages
150
Location
PH
Where can i insert code for example to change the color of the scrool bar what part of my page can i insert it?

a thanks!
August
 
the code would go in the top of a css (forease of editing)

it would look something like this

BODY
{
SCROLLBAR-FACE-COLOR: #552255;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #888888;
COLOR: #333333;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #006699;
SCROLLBAR-TRACK-COLOR: #EEEEEE;
SCROLLBAR-DARKSHADOW-COLOR: #cccccc
}

i have found the easiest way of adding this type of effect is to edit the css on notepad, that way you have more control over the elements in this body tag.

hope this helps.


Manic
-----------------------------
I've broken it again !!
-----------------------------
lee.gale@virgin.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top