Connecting Tech Pros Worldwide Help | Site Map

How we can adjust the table row while content is hidden?

Newbie
 
Join Date: Sep 2009
Posts: 5
#1: 4 Weeks Ago
I am using JSP/struts with css,Java Script. I have kept the controls in table row with checkboxes. When I check the check box other controls & content gets hidden using java script but table row size is not changed. I want to reduce the size of table row when contents gets hidden How I can?
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,640
#2: 4 Weeks Ago

re: How we can adjust the table row while content is hidden?


does
Expand|Select|Wrap|Line Numbers
  1. tr.style.size = "0";
work?
Reply