<table>
<tr><td>Item 1</td></tr>
<tr><td>Item 2</td></tr>
</table>
Firefox has no trouble floating tr elements. IE7 is stubborning refusing the CSS love.
I have tried this to no avail
#top_inner .moduletable table tr {
width:100px; float:left;
}
#top_inner .moduletable table tr td {
width:100px; float:left;
}Any ideas on what I can do to get this working?
Sign In »
Register Now!
Help
This topic is locked
























