A hidden DIV menu leaving border marks on the page: How to solve this problem?
Hello,
I have menus on my page. I use a DIV and a table in it to create
menus. I set the DIV's visibility to hidden and it leaves border marks
on the page. Here look at the code:
<div id="tblfontmenu" style="position:absolute; z-index:0; top: 440;
left: 250; width: 250; height: 400; visibility:hidden;">
<table border="2" width="250" bordercolor="#44547D" cellspacing="0"
cellpadding="0" style="border-collapse: collapse">
<tr><td>Hello</td></tr>
<tr><td>Hello</td></tr>
<tr><td>Hello</td></tr>
</table>
</div>
When I remove the [ style="border-collapse: collapse"> ] style; it
turns out ok. But it causes the cell as well as the table's borders to
appear. I dont want the cell's borders to appear. How do I solve this
problem ? Im sure most of you mustve seen this problem.
- Faraz Azhar
|