PDA

View Full Version : layers issue... small one


jalves18
01-19-2003, 06:40 AM
Hello everyone... you've always helped before so I'm hoping you can again.. ok here's my issue... I have a layer and I want it to scroll on overflowing data... such as text... thing is i only want it to scroll vertical NOT horizontally... here's my script can u fix my issue? thanks in advance cause u probly will!!


<div id="scrollText" style="position:absolute; width:332px; height:103px; z-index:9; left: 384px; top: 294px; overflow: scroll; background-color: #000000; layer-background-color: #000000; border: 1px none #000000"></div>

redhead
01-19-2003, 10:04 AM
use overflow-y: scroll; which will only scroll down. :thumbsup:

jalves18
01-19-2003, 03:14 PM
thanks you guys are the best