View Full Version : help


darkdiciple
02-18-2006, 07:48 PM
i use a div for my pics but i want to know how to make the scrollbar transparent. here is the code im using:

<div style="position:absolute; width:120px; height:120px; background-color:#FFFFFF; overflow:auto; scrollbar-face-color :#000000; scrollbar-highlight-color :#000000; scrollbar-3dlight-color :#000000; scrollbar-shadow-color :#000000; scrollbar-darkshadow-color :#000000; scrollbar-track-color :#000000; scrollbar-arrow-color :#000000;">
text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here

</div>

thanks in advance!:hamster:

Annlander
02-18-2006, 08:52 PM
<div style="position:absolute; width:120px; height:120px; background-color:#FFFFFF; overflow:auto; scrollbar-face-color :#00FFFF; scrollbar-highlight-color :#00FFFF; scrollbar-3dlight-color :#00FFFF; scrollbar-shadow-color :#00FFFF; scrollbar-darkshadow-color :#00FFFF; scrollbar-track-color :#00FFFF; scrollbar-arrow-color :#00FFFF; filter: chroma(color=#00FFFF);">

You will want to use a different color beside #000000 (black) because you need it to be a strange color you don't have anywhere else on your page. Otherwise things will look very strange! #00FFFF is bright blue.

Remember the transparent effect only works in Internet Explorer :)