Forum Moderators: not2easy
<style>
body
{
background-color: grey}
}
.topping
{
background-image: url(images/bg.gif);
background-repeat: repeat-y;
background-color: #E0E0E0;
}
.top
{
position:absolute;
left:109;
}
}
</style>
W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]
.topping
{
background-image: url(images/bg.gif);
background-repeat: repeat-y;
background-color: #E0E0E0;
}
.top
{
position:absolute;
left:109;
}
.topping {
background: #E0E0E0 url(images/bg.gif) repeat-y;
}
.top {
position: absolute;
left: 109px;
} ;)