|
I have a 4 row table within a div. I'm trying to "roll up" the table so that only the first row is displayed when I click on a JS link. My JS event sets the div style.height to 170px which is about one row high. But the problem is that the table still shows 4 rows. So, I'm wondering if tables can be used within a div?
I have used this method successfully to resize a div section but it did not contain a table.
Thanks for any help...
__________________
RalphF
Business Text Messaging Services
Please login or register to view this content. Registration is FREE
Last edited by rfresh; 03-16-2009 at 04:52 PM..
|