View Full Version : Dragging tables up and down
Chris P. Bacon
08-20-2006, 10:10 AM
Is there a way to prevent tables from changing its main height, when im dragging a cell inside it up or down? I want the table with all the websites content inside it, to maintain the same height, no matter how I change the cells inside it, up or down. Is this possible? :)
mburt
08-21-2006, 02:44 PM
This sets the overflow to "hidden" which keeps the cell's height the same, but hides the scrollbar:
<td style="overflow:hidden">
Just change "hidden" to scroll, if you want it to scroll.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.