I need help with a problem with my css code

Discussion in 'CSS' started by Lorri, Jun 28, 2010.

  1. #1
    I am just learning CSS and Dreamweaver. I have coded about 75 pages and somewhere in the middle of coding, I made a mistake and now my page has a wide light blue rectangle at the end of every page.

    I've tried to figure this out for two days and I can't find my answer and hoping someone here can help.

    http://www.thelittlefoxes.net

    Thanks in advance.

    Lorri
     
    Lorri, Jun 28, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    It has a image as background image in the following element of the style; remove the background image, hope this will fix the issue.

    .outer-container {
    background:url("images/container.jpg") no-repeat scroll center bottom transparent;
    padding-bottom:64px;
    }
     
    radiant_luv, Jun 29, 2010 IP
  3. bvraghav

    bvraghav Member

    Messages:
    123
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #3
    @radiant_luv: agreed... it actually does...
     
    bvraghav, Jun 29, 2010 IP