Quote:
Originally Posted by hhelen
I hate firefox
|
mmmm sacrilicious
Quote:
Originally Posted by hhelen
Hi all,
I was wondering if anyone could provide some assistance with my website:
http://www.interactive-learning.info...liffe/onesided
My problem is the right hand menu. It overlaps the footer in Firefox, but is fine in Internet Explorer. Looking at the CSS I can see no reason why this should happen.
Many thanks to anyone who can help
|
in your
css for you #footer change clear:left; to clear:both;
p.s. FF is more standards compliant, so really you should code to this and then check IE, not the other way around.
