Can CSS do this?



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 (

.



Relevant Pages

  • Re: Can CSS do this?
    ... (not meaning to sound trollish; ... like controls and such ... This works in all browsers and can be nested inside of div's and other ... CSS is essentially weird and you will need to delve into ...
    (alt.html)
  • Re: Can CSS do this?
    ... (not meaning to sound trollish; ... like controls and such ... This works in all browsers and can be nested inside of div's and other ...
    (alt.html)
  • Re: Problem with CSS file in IE7
    ... I sometimes turn css off because a nitwit ... css actually goes beyond styling into layout with options like ... There is a moral here about meaning. ...
    (alt.html)
  • Re: font color not renedered in table
    ... Check your English dictionary, ... It may have been imperfect but was hardly foolish in the realistic sense ... you should use them in their CSS meanings. ... believed the meaning to be clearer to the OP as I framed it. ...
    (alt.html)
  • Re: Themes and Skins Vs Css
    ... Themes/Skins vs. CSS. ... using CSS with regards to Controls, as the CSS for the Controls can be ... complexity than an external CSS style sheet. ... you can do an immense amount of layout manipulation using CSS ...
    (microsoft.public.dotnet.framework.aspnet)

Loading