CSS help

Discussion in 'Programming' started by skelkeys, Dec 26, 2007.

  1. #1
    I have purchased this script (WHMCS) and I'm trying to intergrate it into my site. But I'm having some issues.

    www.digitaldx.com/clients/

    The first problem is, when I view it in IE7 I get scroll bars. It looks pretty funny with those extra scroll bars there.

    The second problem isnt a huge one, but when I view it in firefox, everythng almost looks perfect except there is a small gap at the top of the page where the top links are. They should be butted right up against the top like you see here: www.digitaldx.com
    (Home, Link to us, testimonials, and FAQ links)

    Do you know what the problem is? I am using a different style sheet with WHMCS to intergrate it into the site.

    If you can help me fix this, that would be great. I would even pay to have this done. I know its nothing serious, and probably really easy to fix, but I dont have the knowledge when it comes to issues like this.

    Just needs to be viewable in IE and FF without any problems!

    Thanks,
    Royce
     
    skelkeys, Dec 26, 2007 IP
  2. hogan_h

    hogan_h Peon

    Messages:
    199
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The problem with scrollbars is because of the line i marked red here:
    
    #container {
    width:779px;
    margin:0 auto;
    padding:0;
    text-align:left;
    background-image:url("http://www.digitaldx.com/images/bodybg.jpg");
    background-repeat:repeat-y;
    [COLOR="Red"]overflow:auto;[/COLOR]
    }
    
    Code (markup):
    Try either overflow:hidden; oder remove it completelly.
     
    hogan_h, Dec 26, 2007 IP
  3. skelkeys

    skelkeys Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    worked like a charm! Thanks!
     
    skelkeys, Dec 26, 2007 IP