Forum Moderators: not2easy

Message Too Old, No Replies

Center a table vertically in Firefox

Easy in IE, a challenge in Firefox

         

growingdigital

7:04 am on Dec 24, 2004 (gmt 0)

10+ Year Member



I have a table that I want centered vertically on my webpage. I figured out how to do this in IE using <body style="height:100%">, and then placing a table inside a table. However, this doesn't seem to work in Firefox.

Any suggestions?

orion_rus

7:38 am on Dec 24, 2004 (gmt 0)

10+ Year Member



try to make it so:

<table align="center">
<tbody valing="middle">
<tr>
<td>
<table>
....
</table>
</td>
</tr>
</tbody>
</table>

Good luck to you

growingdigital

8:17 pm on Dec 24, 2004 (gmt 0)

10+ Year Member



Didn't seem to work. Have you had success with this work-around on another site? Any other ideas?