Firefox interprets margin-bottom wrong. Maybe a Bug?
问题 here a minimum version to reproduce the failure: <!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> <title>title</title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <style type="text/css"> .clear{clear:both;} .col{float:left;} .row{margin-bottom:30px;background-color:red;} </style> </head> <body> <div class="row"> <div class="col">Lorem Ipsum</div>