Page 1 of 1

[solved]Stlye overlapping IE

Posted: Fri May 09, 2008 8:27 am
by surogat
I'm having footer overlapping problem in IE,
right49 div is on the top of the footer..

http://www.univie.ac.at/POTREBA/

Re: Stlye overlapping IE

Posted: Fri May 09, 2008 9:42 am
by KO
Yuor footer has p.footer with margin-bottom:1.5em
You should reduce that.

Re: Stlye overlapping IE

Posted: Fri May 09, 2008 6:15 pm
by Dr.CSS
Try adding clear:both to your footer...

[solved]Stlye overlapping IE

Posted: Mon May 12, 2008 8:35 am
by surogat
clear:both; was answer.
Thank you!