View Full Version : Scroll


Brown_Eyed_Girl
06-21-2003, 10:44 PM
How can you get a scrollbar in your tables?

MaGiCSuN
06-21-2003, 10:46 PM
officially you can't. but there is this little trick called "div"

<div style="height: #px; width: #px; overflow: auto">
add your text and stuff in here</div>

now it should scroll :) the overflow: auto part makes it scroll

Love,
Mirna

Brown_Eyed_Girl
06-21-2003, 10:48 PM
awesome thanks!