Posted by yesthatmcgurk on 04/12/06 22:30
Can someone show me the equivalent in CSS, and explain how it is better
(not meaning to sound trollish; just interested):
<table id="iCantDoThisEasilyWithCSS" width=100% height=100%>
<tr>
<td width=50% align=left>Stuff all kinds of neat junk in here,
like controls and such</td>
<td width=auto align=right>More stuff, crammed over on the
right hand side</td>
</tr>
</table>
This works in all browsers and can be nested inside of div's and other
tables without wierdness happening. I tried to do this with a floating
div, but the damn thing wouldn't work like I expected (
[Back to original message]
|