So I've had someone help me with CSS on my new site however we have a problem. If you open my test site in Firefox you'll see that there is a problem that we don't know how to fix --> http://www.astretchout.com/stage/ Site looks fine in IE. Any help is appreciated.
Looks like it's a problem with this CSS line: #wrapper { overflow: auto; } change it to: overflow: none;
try this: http://rapidshare.com/files/65778038/try.rar Code (markup): use css file as it is, and in index.html just change img references to match real routes. it seams that you tried to make html page by clearing some captured page from net? anyway you need serious recoding to your page! hope to be helpful!
hm629: that did the trick but now there are other issues we'll have to work out with backgrounds and stuff but at least we know where the problem is; thanks for your help.