Forum Moderators: not2easy
[edited by: alt131 at 11:42 pm (utc) on Jul 13, 2011]
[edit reason] Thread Tidy [/edit]
td {display: block;}
User agents may ignore these 'display' property values for HTML table elements, since HTML tables may be rendered using other algorithms intended for backwards compatible rendering. However, this is not meant to discourage the use of 'display: table' on other, non-table elements in HTML.
I actually already have the td display set to block, which allowed me to achieve the result in 4 of the 5 browsers.
I wonder if declaring the table display as block would do anything...