html - Firefox renders CSS incorrectly (spacing varies) -


currently using concrete5 build website, located here: http://tinyurl.com/cee5rvo

firefox pushes header (navigation , h1 tag) down on pages (such gallery) , have no idea why.

chrome , ie10 both display correctly.

thanks help.

the best way handle add line #content div.

#content {     overflow: hidden;     width: 800px; } 

the overflow hidden clear floats , stop undesired effect of pushing content down.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -