<DIV> //Want to hide that DIV with TABLE
<table>
<DIV style="visibility:visible">
//some controls
</DIV>
</table>
</DIV>
Code.txt
<DIV id=div1> //Want to hide that DIV with TABLE
<table>
<DIV id=div2 style="visibility:visible">
//some controls
</DIV>
</table>
</DIV>