Quote:
Originally Posted by Antivirus
Figured out how to do it- had to keep the repeating gradient within the .ercarthead css, then within the html, I used "float" on the image i wanted to have on the right:
HTML Code:
<td class="ercarthead" width="489">
<div style="float:right;"><img src="$vboptions[bburl]/images/gradients/erc_subhead_o.gif" border="0" /></div>
$content
</td>
|
Oh,
that's what you were trying to do. I thought you meant overlaying two different backgrounds over one another, which is impossible without using layers.