1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<html> <head> <title>redhat.com | Home</title> <style> #navWrap:after { content: "."; display: block; clear: both; } </style> </head> <body> <div id="navWrap"> <div style="float: left;"> foo </div> </div> <img src="../../../testing/crashtest/images/tree.gif" style="float: right;"> </body> </html>