| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Mar 2005 Location: Singapore
Posts: 1,836
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| Senior Member Join Date: Sep 2005
Posts: 3,779
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Clear the floats. This isn't necessarily the best way to do it, but it works. Code: <div id="container"> <div class="contentA left">Lorem lipsum</div> <div class="contentB right">Lorem lipsum</div> <div style="clear: both;"> </div> </div> |
| |