HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
How to change the scroll bar colors
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Ricwebsurfer



Joined: 12 Oct 2005
Posts: 1
Location: Bogota

PostPosted: Wed Oct 12, 2005 7:26 am     How to change the scroll bar colors Reply with quote

I need to customize de scroll bars, of the frames, in a website and I don't know how, any assistance would be apreciated
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8267
Location: Castle Rock CO USA

PostPosted: Wed Oct 12, 2005 11:34 am     Reply with quote



You can use CSS, but keep in mind that the scroll bar colors are not compliant with CSS (yet)
Code:
<style type="text/css">
body
{
   scrollbar-arrow-color: #8299A6;
   scrollbar-3dlight-color: #8299A6;
   scrollbar-highlight-color: #8299A6;
   scrollbar-face-color: #F6F6F6;
   scrollbar-shadow-color: #8299A6;
   scrollbar-darkshadow-color: #8299A6;
   scrollbar-track-color: #F6F6F6;
}</style>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial