|
Posted by Mike Scirocco on 04/12/06 23:58
yesthatmcgurk@gmail.com wrote:
> 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 (
Post your code minus the content.
Navigation:
[Reply to this message]
|