Blocks overlapping with IE8
Hi,
Sometimes the homepage of our site www.asalog.com is not showing well : the footer block is overlapped by the center block as you can see in the image attached.
Any suggestion ?
Thanks
Vincent
Hello Vincent,
Everything looks fine and I can't reproduce the situation from your screenshot. If the problem still exist this is probably a z-index/positioning problem. As I can see from the order of your HTML you can try to set the following lines to all of the "wrappers":
position
:
relative
;
float
:
left
;