View Full Version : help with div layers


ins0mnikat
07-31-2003, 11:33 PM
Ok, I have the div layer and it works and everything. There's two scroll bars though, and I want to get rid of the horizontal one and keep the side one so that people don't have to constantly scroll left and right. And is there a way to make the scroll bars transparent? Just so the thing you actually use to scroll shows up, but not the part that it scrolls on if that makes any sense.

JaclynArt
08-01-2003, 12:06 AM
<div style="position:absolute; top:35; left:30; width:300; height:305; overflow: auto;">


i think the overflow: auto part makes the text juss fit into the div layer...so u dont hafta worry about it scrolling left and right... and the transparent scroll bars... i know transparent scroll bars exist with inline frames but in div layers i have yet to find a code for it... but u can change the colors...

<div align="center" style="position:absolute; height:10px; width:30px; left:0px; top:0px; z-index:1; overflow:auto;
scrollbar-face-color : #B2C3DA;
scrollbar-highlight-color : #EEF6FF;
scrollbar-3dlight-color : #AEB7CC;
scrollbar-shadow-color : #A8B1CC;
scrollbar-darkshadow-color : #7A8092;
scrollbar-track-color : #729BC0;
scrollbar-arrow-color : #81899A;">

ins0mnikat
08-01-2003, 12:15 AM
alrighty, i shall try that. Thank you very much.

JaclynArt
08-01-2003, 12:25 AM
hope it works...anytime ^_^