nickandrea19
Member
Posted 9 months ago #
My homepage is not displaying correctly in IE nor in Chrome. In particular, it's the footer, it's all moved to the left. Furthermore, in IE, the header links are on the left side of the page.
In Firefox it works fine. Here's the website: http://www.stuandthegurus.com/
Thanks!
same problem in ff3.6, all pages, single posts.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.stuandthegurus.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
possibly a </div> just before the call of the footer; locate and remove it.
and remove that left margin from this style:
/* FOOTER */
#footer{
width:100%;
height:200px;
background:url(images/footer_bg.gif) no-repeat;
margin-left:163px;
}
nickandrea19
Member
Posted 9 months ago #
Ok voile, that fixed it.
However, since I removed the left margin from the footer it's now showing up way to the right in IE and Chrome.
the footer it's now showing up way to the right in IE and Chrome.
try to clear the browser cache - it might be holding on to 'old' styles.
'CTRL F5' or multiple reload of the page.
nickandrea19
Member
Posted 9 months ago #
Perfect. I still have a lot to learn. You have helped me many times alchymyth. May you be blessed with good fortune my friend.
:)