SyntaxFix
Write A Post
Hire A Developer
Questions
HTML:
<div id="parent"> <div class="right"></div> <div class="left"></div> </div>
(div.right needs to be before div.left in the HTML markup)
CSS:
.right { float:right; width:200px; }