scrollolbar ----->

this might be a stupid question, sorry, but: how do i change the scrollbar of my page like this one ---><br />
i mean what script n so i wannt my page to have a black bar or sumthin <br />
THNX PEOPLE ONCE MORE FOR BEING SO SUPPORTiVE ON MY OTHER TOPICS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:bounce: :devil:<!--content-->You can change the scrollbar's colour with CSS. Just put this between the <head> and </head> tags, and change 'colour' to whatever colours you want:<br />
<br />
<br />
<style type="text/css"><br />
<!--<br />
body <br />
{ scrollbar-base-color: colour; <br />
scrollbar-face-color: colour; <br />
scrollbar-track-color: colour;<br />
scrollbar-highlight-color: colour;<br />
scrollbar-3dlight-color: colour;<br />
scrollbar-shadow-color: colour; <br />
scrollbar-darkshadow-color: colour;<br />
scrollbar-arrow-color: colour; }<br />
// --><br />
</style><br />
<br />
<br />
Only works with IE5.5 and up and Konqueror 3 (and maybe Safari? it uses the same rendering engine as Konqueror), though.<!--content-->
 
Back
Top