jeorg
10-28-2002, 02:28 PM
<body>
<table class="tbAll">
<tr>
<td> </td>
<td class="tdSite">all my website here</td>
<td> </td>
</tr>
</table>
</body>
--------------------------------------------------------
.tbAll
{
width:100%;
}
.tdSite
{
width:800px;
}
--------------------------------------------------------------
with this code I get my website in the middel except for opera , it ignore the td and doesn't do this accordeon effect, how can I do it with opera without using div align= center
<table class="tbAll">
<tr>
<td> </td>
<td class="tdSite">all my website here</td>
<td> </td>
</tr>
</table>
</body>
--------------------------------------------------------
.tbAll
{
width:100%;
}
.tdSite
{
width:800px;
}
--------------------------------------------------------------
with this code I get my website in the middel except for opera , it ignore the td and doesn't do this accordeon effect, how can I do it with opera without using div align= center