Forum Moderators: not2easy

Message Too Old, No Replies

background image height

is it possible to stretch?

         

HelenDev

9:43 am on Oct 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I want my background image to be 100% tall, but only 1px wide - is this possible with css?

Lance

10:14 am on Oct 19, 2004 (gmt 0)

10+ Year Member



If you make your background image 1px wide to start with, style it thusly:

body
{
BACKGROUND-IMAGE: url(/pathto/image);
BACKGROUND-REPEAT: repeat-y;
}

HelenDev

11:29 am on Oct 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thank you Lance, that was exactly what I needed :)