Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default Content box not working

    I have this css

    Code:
    .topcontent {
    background-image:url(images/topcontent.gif);
    background-repeat:no-repeat;
    width:623px;
    height:29px;
    margin-top:12px;
    }
    .midcontent {
    background-image:url(images/midcontent.gif);
    background-repeat:repeat-y;
    padding-left:15px;
    padding-right:15px;
    width:623px;
    }
    .bottomcontent {
    background-image:url(images/bottomcontent.gif);
    background-repeat:no-repeat;
    width:623px;
    height:30px;
    }
    but when i put some lorem in the content box, it pads the left side, but not the right side, and it just overruns it. what am i doing wrong?
    How could this hapen to meeeeeeeeeeeeeee?lol.

  2. #2
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    ok, replace the . with # and change it to <div id="name"> </div>

    i cant see anything wrong with it. make sure you have spelt everything correctly and you are writing in the middle div

  3. #3
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    fixed +rep if i can yet

    gotta spread :S
    How could this hapen to meeeeeeeeeeeeeee?lol.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •