View Full Version : DIV Scrollbar


Snoopster87c
07-09-2004, 06:11 AM
I tried to put in a div scroll bar but it didn't work. Can someone help me?

this is the code i used: <div id="Layer1" style="position:absolute; left:201px; top:372px; width:363px; height:500px; z-index:1" overflow:auto;" scrollbar-face-color : #000000; scrollbar-highlight-color : #000099; scrollbar-3dlight-color : #000099; scrollbar-shadow-color : #FFFFFF; scrollbar-darkshadow-color : #FFFFFF; scrollbar-track-color : #000099; scrollbar-arrow-color : #FFFFFF;">

MaGiCSuN
07-09-2004, 12:34 PM
<div id="Layer1" style="position:absolute; left:201px; top:372px; width:363px; height:500px; z-index:1; overflow:auto; scrollbar-face-color : #000000; scrollbar-highlight-color : #000099; scrollbar-3dlight-color : #000099; scrollbar-shadow-color : #FFFFFF; scrollbar-darkshadow-color : #FFFFFF; scrollbar-track-color : #000099; scrollbar-arrow-color : #FFFFFF;">
text here
</div>

you had a couple of quotes in between :) Also make sure there is content in it, because a scrollbar will not show up when it's not nessecary :)

Love,
mirna