For some reason, the footer is causing some problems in my design. Certain pages break and the only thing I can see on them is the footer. Here is the site: Link and click here to see the error Link btw, this is in firefox, in IE7, the design is even more messed up, everything is centered, and I have no idea why thank you in advance
Did you figure this out? The site seems fine in IE7. If you still see prblems clear your cache and try again.
it seems fine in IE7 now but in firefox, it' not. It's still broken Also, in IE7, all the content is centered, in firefox, everything is aligned left, and that's how I want it. Look at this page for example, in both IE and firefox and you will see the difference Link
take a look at this link, i'm pretty sure the footer is still messed up Link and take a look at the print screens. Also, do you see how everything is aligned left in Firefox, and centered in IE? It should be aligned left though
Find this div <div align="center"> Code (markup): and change it into something like this: <div id="content"> Code (markup): #content { width: 854px; margin: 0 auto; } Code (markup): As for the footer, remove this from your style.css (line 46): .fullheight { height: 100% } Code (markup):
VimF, thanks to your code I was able to fix the center issue, but the footer is still not working, now both IE and FF have the same problem, it breaks the pages.
you're right, it is strange here is my screenshot is it maybe cause I have a widescreen? I don't think it should be a problem rendering it.
here is the latest: i discovered that my design is fine when viewed from another screen other than my 22" widescreen monitor. Can anyone tell me why this could happen?
I don't quite understand the problem, however, could it be the computer instead? Maybe your browser has some settings turn on/off? Maybe your have some plugins or scripts running in the background that may be interfering? The only real way to know is to test it on as many browsers as possible and see if its happening in all or just one browser.