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
Post a Comment