Hello, my site is www.heidibro.com. it's just a little personal site, nothing fancy. It looks perfect in Firefox and Opera but a couple things look amiss in IE... take a look if you would and see if you can tell-- the header sticks out further than the main content on the home and links pages but appear fine on the other two. I don't know if this is part of the html or css... does anyone have any suggestions for fixing this?
thanks!
thanks!
-
Re: Help with coding? something's not lining up right...
Thu, October 4, 2007 - 8:21 PMdid you use ImageReady to do all of this, or just the masthead?
the masthead being wider than the body:
IE treats padding differently than FF/others.
#header is width: 900px and #center is width 880px + padding
change both to be the same width and then use an inner div for padding (div+margin) to get the white space around the content in #center