1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.0//EN">
4 <title>CSS Floats: Shrink Wrapped Right Floats With Right Aligned Text
</title>
6 .control { display: inline; font:
1em/
1 Ahem, sans-serif; background: red; color: white; }
7 .container { width:
40%; padding:
0; margin:
1em; border: solid black; font:
2em/
1 Ahem; height:
1em; width:
2em; background: red; }
8 .test { text-align: right; float: right; clear: right; color: green; }
12 <p class=
"control">Ahem_font_required_for_this_test.
</p>
13 <p>The following two boxes should look identical.
</p>
14 <div class=
"container"> <div class=
"test">xx
</div> </div>
15 <div class=
"container"> <div class=
"test"> xx
</div> </div>