Can't figure out CSS problem on my new site....

Discussion in 'HTML & Website Design' started by astretch, Oct 26, 2007.

  1. #1
    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.
     
    astretch, Oct 26, 2007 IP
  2. hm629

    hm629 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Looks like it's a problem with this CSS line:

    #wrapper {
    overflow: auto;
    }

    change it to:

    overflow: none;
     
    hm629, Oct 26, 2007 IP
  3. srki

    srki Peon

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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!
     
    srki, Oct 28, 2007 IP
  4. astretch

    astretch Member

    Messages:
    82
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    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.
     
    astretch, Oct 29, 2007 IP