I can't get this code to work correctly in any browser:
The last "section_box" never changes color...HTML Code:.boxes-wrapper{ width:960px; } .section_box{ width:311px; margin:0 10px 10px 0; height:200px; background:#f3f3f3; float:left; } .boxes-wrapper .section_box:last-child{ margin:0; background:#000; } <div class="boxes-wrapper"> <div class="section_box"> </div> <div class="section_box"> </div> <div class="section_box"> </div> <div class="clear"></div> </div>
What am I doing wrong?
Thanks in advanced for your time and help.


Reply With Quote
Bookmarks