Hello everybody!
Does anyone know how do create a style, which will create a box with 100% height and some background.
I tried:
#rightspace {
background-image: url(i/pics/left-bg.gif);
width: 100px;
height: 600px;
margin-left: 60px;
float: left;
caption-side:top;
}
and use it like:
<body>
<div id="rightspace"></div>
</body>
but it doesn't work. what's the problem?
I'll be very thankful for any ideas!
Thanks,
Alex
Does anyone know how do create a style, which will create a box with 100% height and some background.
I tried:
#rightspace {
background-image: url(i/pics/left-bg.gif);
width: 100px;
height: 600px;
margin-left: 60px;
float: left;
caption-side:top;
}
and use it like:
<body>
<div id="rightspace"></div>
</body>
but it doesn't work. what's the problem?
I'll be very thankful for any ideas!
Thanks,
Alex