Fri, 2010-07-30 16:36
Hi All
I am about to do a slight site redesign and i'm almost happy. It's how i want it to look in Chrome,Firefox(3.4),IE8 and Safari. The only thing is the header moves in IE7 (not tested IE6).
Please could someone let me know how I would go about correcting the IE7 problem so that I can launch the redesign.
The redesign test site is
http://www.scienceproof.com/blogins.php
Thanks for the help.
Ian
Sat, 2010-07-31 23:52
#1
Makes sense
IE is making the header 120px to accommodate the 120px font-size element ( heading ). You can set the h1 inside header to position:absolute; left:0; top:0; to counter-act this, and remove it from flow.