PDA

View Full Version : scroll bar width?



m.c.bell
August 11th, 2003, 11:18 AM
i was wondering if there was a way to change the width of the scroll bar on a frame, maybe in the same way you can change the width ,

Thanks
Mike

mdipi
August 11th, 2003, 02:34 PM
i dont know if you can really change the width. but i suppose you could do optical illuisons with CSS to make it SEEM like its smaller.

i googled it this is what it came up with
http://www.google.com/search?q=changing+scroll+bar+width&ie=UTF-8&oe=UTF-8



<style>_

BODY_

{____

SCROLLBAR-FACE-COLOR:_#000000;

SCROLLBAR-HIGHLIGHT-COLOR:_#ffffff;

SCROLLBAR-SHADOW-COLOR:_#ffffcc;

SCROLLBAR-3DLIGHT-COLOR:_#330099;

SCROLLBAR-ARROW-COLOR:_#ffffff;

SCROLLBAR-TRACK-COLOR:_#ffffc4;

SCROLLBAR-DARKSHADOW-COLOR:_#ffcccc

}

</style>

there is the CSS if you wanted to try that

Jubba
August 11th, 2003, 06:39 PM
no i don't think so. I am pretty sure that the only way is what dipi said. The width of scroll bars are set by the user's system and there is no way to change it.

mdipi
August 11th, 2003, 10:51 PM
i think i saw something about using java or something to change the system :-\

DigitalPimp
August 12th, 2003, 05:52 PM
Not Java Mdipi JavaSCRIPT!! 2 totally different languages and no there isn't any way of changing it.

mdipi
August 12th, 2003, 09:48 PM
no no, they said JAVA not JS, i know the diffs.