Sep 17, 2007 #1 nickdel Programmer May 11, 2006 367 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
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
Sep 17, 2007 #2 Vragabond Programmer Jul 23, 2003 5,100 AT 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] Upvote 0 Downvote
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]
Sep 17, 2007 Thread starter #3 nickdel Programmer May 11, 2006 367 GB Thanks, but I was more wondering whether there was a "default" option? Upvote 0 Downvote
Sep 17, 2007 1 #4 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB No. msdn said: The property has no default value. Click to expand... Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
No. msdn said: The property has no default value. Click to expand... Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
Sep 17, 2007 #5 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Incidentally, while it has no default, you can use the Windows System colorr references here: http://msdn2.microsoft.com/en-us/library/aa358804.aspx Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Incidentally, while it has no default, you can use the Windows System colorr references here: http://msdn2.microsoft.com/en-us/library/aa358804.aspx Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]