I came up with a solution:
Use the 2nd table - style="border-collapse: collapse" and set the border to 0. Give the table an id. Then before you show the table, change the border to 1.
<script language="Javascript">
function shwMenu()
{
document.all.tmenu2.border =...
I have a <div> that contains 2 tables. I want to start off with this <div> as hidden...Then when I click on the link it pops-up the two tables. I am having trouble with the border appearance of the tables.
When the border-collapse property is set to "collapse," it shows the borders...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.