Hello!
I want to use a table in Megamenu. So far i had to create some new css because I needed a table without any borders.
Here's new my CSS in style.css:
.megamenutable table{
border-width: 0px 0px 0px 0px;
}
Here's the code for my table in a Megamenu.
<table border="0" width="540" class="megamenutable">
<tr>
<td valign="top">xyz</td>
<td width="330"></td>
</tr>
</table>
Now the problem, the left border of the table is still bordered.
See the read rectangular...

Which part of the style.css is responsible for this? I can't find the reason for this...
Maybe someone can help me!
Thanks a lot!














