The footer is breaking the design

Discussion in 'HTML & Website Design' started by horatiub, Aug 22, 2007.

  1. #1
    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
     
    horatiub, Aug 22, 2007 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    Did you figure this out? The site seems fine in IE7.

    If you still see prblems clear your cache and try again.
     
    Colbyt, Aug 22, 2007 IP
  3. Kaosfalco

    Kaosfalco Guest

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    looks good to me too, if you need any fixes in the css, ill do it free. ;)
     
    Kaosfalco, Aug 22, 2007 IP
  4. gderoo

    gderoo Peon

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I got IE6 and no problems there??
     
    gderoo, Aug 22, 2007 IP
  5. horatiub

    horatiub Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    horatiub, Aug 22, 2007 IP
  6. TomSee

    TomSee Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Fine in latest FF update for me.
     
    TomSee, Aug 22, 2007 IP
  7. horatiub

    horatiub Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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
     

    Attached Files:

    horatiub, Aug 22, 2007 IP
  8. horatiub

    horatiub Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    anyone? I'm still stuck
     
    horatiub, Aug 22, 2007 IP
  9. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #10
    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, Aug 22, 2007 IP
  10. horatiub

    horatiub Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    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.
     
    horatiub, Aug 22, 2007 IP
  11. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #12
    Hmm... that's strange. It looks fine for me:

    [​IMG]
     
    VimF, Aug 22, 2007 IP
  12. horatiub

    horatiub Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    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.
     

    Attached Files:

    horatiub, Aug 22, 2007 IP
  13. horatiub

    horatiub Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    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?
     
    horatiub, Aug 23, 2007 IP
  14. horatiub

    horatiub Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    so, no one, any ideas? :)
     
    horatiub, Aug 24, 2007 IP
  15. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #17
    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.
     
    GWiz, Aug 24, 2007 IP