Kemper1989
10-21-04, 19:13
I was wondering how you make a different background just on the left overtop of the whole background. I know the code to make a background on the left but than my whole background gets overwritten and goes to the default colour. Heres the code for just the left side and no background behind it:
<html>
<head>
<style type="text/css">
body
{
background-image:
url(FILE LOCATION);
background-repeat: repeat-y
}
</style>
</head>
<body>
</body>
</html>
But I want to bealbe to have my original background behind it as well. Any suggestions?
<html>
<head>
<style type="text/css">
body
{
background-image:
url(FILE LOCATION);
background-repeat: repeat-y
}
</style>
</head>
<body>
</body>
</html>
But I want to bealbe to have my original background behind it as well. Any suggestions?