Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Text Area & background Help

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23827
    ponyack
    Participant

    Hi,

    I have included an image of what I am trying to accomplish.

    Basically I need some advice on how to set up the CSS for setting up the background and a expandable text area.

    [img]http://ponyack.com/cssimages/CSS-BG.jpg[/img]

    Thanks,

    Ponyack

    #52404
    iopet
    Member

    Could you post the code you’ve got now?

    #52405
    ponyack
    Participant

    Hi,

    thanks for the quick reply. This is what I have been trying out.

    it does not work and I am concerned about getting the text to work. I am also wondering if this is the best approach?

    Inside content2 is where the text area and images will be.

    Code:
    #content {
    float: right;
    width: 625px;
    }
    #content1 {
    width: 625px;
    height: 204px;
    background-image: url(images/image_01.png);
    }
    #content2 {
    width: 625px;
    background-image: url(images/image_02.png);
    background-repeat: repeat-x;
    }
    #content3{
    width: 625px;
    height: 193px;
    background-image: url(images/image_03.png);
    }
    #52613
    ponyack
    Participant

    Hi,

    Anybody have any idea?

    Ponyack

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.