How can I use html to make this scroll bar twice as wide on my form-made website?

  • Thread starter Thread starter Sdfsdf S
  • Start date Start date
S

Sdfsdf S

Guest
I want my scroll bar to be twice as wide as a normal-width scroll bar. Does anyone know what code I should add and where I should put it? I am using a website builder (citymax) where I click 'source' and can add html in a form and then it shows up properly on the page. I checked dynamicdrive.com and some other sites, and couldn't find a solution. This is my scroll box and color scroll bar html:

<div style="scrollbar-face-color: #8AB200;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:#53670D;
scrollbar-darkshadow-color: #53670D;
scrollbar-track-color: #D4E597;
scrollbar-arrow-color: #53670D; border: 1px solid #aaa;background-colo r:#f9efef; width:350px; height:250px; overflow:auto; color:#FFF;"><p>
blah
</p>
</div>

thanks!
 
Back
Top