L
Learner
Hello there,
I have built as .aspx page. I have a situation to create 4 panels in
a <td></td> . Based on the selection of a drop down I need to display
the corresponding panel in that table cell. Every thing works fine but
I see a lot of space in the table cell that was occupied by the other
panels though they are being hidden.
Can any one help me how to remove the space ? I dont' know how to use
style sheets or even do not if the the DIV functions works and how to
use it.
Here is a sample table code snippet with panels inside the table cells
for you to simple put some code to show me.
<table>
<tr><td>drop down selection</td></tr>
<tr><td>
<aspanel1></aspanel>
<aspanel2></aspanel>
<aspanel3></aspanel>
<aspanel4></aspanel>
</td>
</tr>
</table>
Any inputs are greatly appreciated.
Thanks
-L
I have built as .aspx page. I have a situation to create 4 panels in
a <td></td> . Based on the selection of a drop down I need to display
the corresponding panel in that table cell. Every thing works fine but
I see a lot of space in the table cell that was occupied by the other
panels though they are being hidden.
Can any one help me how to remove the space ? I dont' know how to use
style sheets or even do not if the the DIV functions works and how to
use it.
Here is a sample table code snippet with panels inside the table cells
for you to simple put some code to show me.
<table>
<tr><td>drop down selection</td></tr>
<tr><td>
<aspanel1></aspanel>
<aspanel2></aspanel>
<aspanel3></aspanel>
<aspanel4></aspanel>
</td>
</tr>
</table>
Any inputs are greatly appreciated.
Thanks
-L