Jump to content

height 100%


Ricklord

Recommended Posts

Hi,

Im using CSS for the first time and i have managed to get most of the template layed out the way i want it. Im having a problem with one of the images though.

I have used a background image on body which goes accross the top of the page and im trying to use another image to go down the left hand side of the page but to strech to 100% of the screens height.

Is there anyway of getting this to happen?

currently ive got.

[code]#left_background {
      position : absolute;
      top : 150px;
      left : 0px;
      width : 200px;
      height: 100px;
      background-image:url(images/left_background.gif);
      background-repeat:repeat-y
}[/code]

The image its self is only 10px high which is why ive got the repeat-y.

If i change the heght to 500px it stretches fine but i want it to fill the page so that when content grows so does the left background.

Cheers

Rick
Link to comment
https://forums.phpfreaks.com/topic/16189-height-100/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.