<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> body { background-color:#CCCCCC; margin:0 auto; padding:0px; } #container { padding:0px; margin:0 auto; width:960px; background-color:#FFFFFF; } #levo { float:left; width:300px; !important padding:2px; background-color:#999999; } #desno { float: right; width:658px; !important padding:2px; } .clearFix { clear:both; visibility:hidden; height:0px; } </style> </head> <body> <div id="container"> <div id="levo">dsd</div> <div id="desno">dsds</div> <div class="clearFix"></div> </div> </body> </html>
-- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
