http://herenorthere.zephyrhosting.net/wo...
I like the way it looks in Firefox, but in IE, there is a nasty white break between the header and the content, and the footer is up in the content. Anybody know how to fix these?
Thanks!
Some IE/Firefox compatability problems (web design)?www.microsoft.com
The first problem is because there is a space after the img tag and before the header div close.
:: Currently it is,
%26lt;DIV id=header%26gt;
%26lt;IMG src="headtree.jpg"%26gt; %26lt;/DIV%26gt;
%26lt;!-- notice the space here^ --%26gt;
:: Change it to,
%26lt;DIV id=header%26gt;%26lt;IMG src="headtree.jpg"%26gt;%26lt;/DIV%26gt;
%26lt;!-- Notice I have now removed the space?^ --%26gt;
As for the layout issue - reading the css it looks like you are trying to position the footer div inside the wrapper and dropping below the relative position. I think that is why it positions incorrectly - Maybe try another empty pagewrapper div around everything and position the footer relative to the bottom of the pagewrapper.
Some IE/Firefox compatability problems (web design)?microsoft windows xp internet explorer
i think by two versions
No comments:
Post a Comment