2011-08-08 133 views
2

當使用在h2中設置的頂部邊距以兩個div向左浮動時,我似乎無法讓他們排隊。任何幫助表示讚賞爲什麼div邊距不對齊?

<html> 
    <head></head> 
    <style> 
     h2{ 
     margin-top:10px; 
     } 
    </style> 
    <body> 
     <div> 
     <div style="float:left"> 
      <h2>Your details</h2> 
     </div> 
     <div> 
      <h2>Security Info</h2> 
     </div> 
     </div> 
    </body> 
</html> 
+3

浮動的其他分區留下了。 – Dunhamzzz

+2

就這麼你知道,'