image overlap in tables

liunx

Guest
I am creating a table with only one row and i want it to have a background of a image and a transparent image on top of it i tried using css but had less success

code examples:

<table width="100" height="129" background="images/page_top_bg.jpg">
<tr style="background-image:url(images/header_logo.jpg)"
<td>

</td>
</tr>
</table>


thanksThat's a div with a background inside a div with a background. Give us a link and we can say a bit more.<!-- m --><a class="postlink" href="http://newflorida.auctioncms.com/">http://newflorida.auctioncms.com/</a><!-- m --> is the site but it looks like crap so far

I have an extra cell in between my 2 data.... but ill be happy with my div back ground image to work would make my day...I'd start with something like this.
<div style="background:url(*bkgrd*);height:142px">
<img style="float:left" *nys*>
<img style="float:right" *statue*>
<img style="float:right" *50yr*>
</div>
 
Back
Top