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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrollbar color 1

Status
Not open for further replies.

nickdel

Programmer
May 11, 2006
367
0
0
GB
I've changed the scrollbar color for the body of the page
Code:
body {scrollbar-base-color:#3A66A7;}

but I want elements like textarea to keep the default colors...

how would I go about doing this?

Thanks

Nick
 
You change it back to whatever the original colour is in the textarea declaration. Such as:
Code:
textarea {
  scrollbar-base-color: blue;
}


___________________________________________________________
[small]Do something about world cancer today: PACT[/small]
 
Thanks, but I was more wondering whether there was a "default" option?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top