Hi, I am trying firefox and mozilla and found they are not as good as
ie in terms of css. For example, here is my css
table#maintb{
border : 0px solid;
width : 677px;
height : 100%;
font : xx-small Verdana, Arial, Helvetica, sans-serif;
}
table#maintb td{
padding-left : 0px;
padding-top : 0px;
broder : 0x solid;
}
table#maintb td#main{
text-align: center;
vertical-align:top;
padding-top:20px;
}
here is my html:
<table id="main">
<tr>
<td>...side menus <td>
<td id = main">
<table>
...
my content table
...
</table>
</td>
</tr>
</table>
The content table is not placed in the center of the cell in mozilla
and firefox while in ie it is fine. Do I need something different?
Thanks,
goor
ie in terms of css. For example, here is my css
table#maintb{
border : 0px solid;
width : 677px;
height : 100%;
font : xx-small Verdana, Arial, Helvetica, sans-serif;
}
table#maintb td{
padding-left : 0px;
padding-top : 0px;
broder : 0x solid;
}
table#maintb td#main{
text-align: center;
vertical-align:top;
padding-top:20px;
}
here is my html:
<table id="main">
<tr>
<td>...side menus <td>
<td id = main">
<table>
...
my content table
...
</table>
</td>
</tr>
</table>
The content table is not placed in the center of the cell in mozilla
and firefox while in ie it is fine. Do I need something different?
Thanks,
goor
Comment