CSS scrollbar width?

liunx

Guest
i was wondering if there is any way to change the width of a scrollbar in css files?<br />
<br />
for the formatting on my body, i have this:<br />
<br />
<br />
<br />
body<br />
{<br />
background:#000000;<br />
color:#ffffff;<br />
font-family:Arial;<br />
font-size:8pt;<br />
scrollbar-3d-light-color:##9933ff;<br />
scrollbar-arrow-color:#ffffff;<br />
scrollbar-base-color:#ffffff;<br />
scrollbar-dark-shadow-color:white;<br />
scrollbar-face-color:#9933ff;<br />
scrollbar-highlight-color:black;<br />
scrollbar-shadow-color:black;<br />
}<br />
<br />
<br />
is there any way to edit the scrollbar width?<br />
<br />
fk<!--content-->It can't be done.<!--content-->Changing the colour is fine to a certain extent. But it is not a good idea to mess with such factors of the browser. There are very good reasons for not being able to do such a thing.<!--content-->aye i guess you are right. it's still annoying though, as i am using small iframes that reference external pages to display news on a page, and the scrollbar is just huge in comparison. ah well, nm, i guess i shall have to live with it then.<!--content-->
 
Back
Top