I have a margin problem in Firefox that works fully in other browsers, so this is my HTML
HTML:
// *** means some code
<header> <div class="left"> <div class="logo"> //*** </div> </div> <div class="right"> <div id="log-on"> //*** </div> </div> <div class="clear"></div> </header> <section class="search-seaction"> //*** </section>
CSS
.clear { clear:both; } .left { float: left } .right { float: right } .search-seaction { margin-top: 62px; }
and here are the screenshots
Firefox: 
Opera and Chrome: 
This marker above the title is displayed only in Firefox. What is the reason for this behavior?
ISSUE : when I give the field for the section, the heading is "margin"
Artur keyan
source share