image overlap in html.

Posted by Deepali on Stack Overflow See other posts from Stack Overflow or by Deepali
Published on 2010-05-22T03:08:16Z Indexed on 2010/05/22 3:10 UTC
Read the original article Hit count: 355

Filed under:
|
|

I want to overlap a two images one each other in perticular condition. code:

    <td width="100%" height="70" background="<?PHP echo($adThumbSrc); ?>">
   <a title="Click Here to View this Item" href="../<?php echo($arr['adNumber']);?>/index.htm" target="_new">
   <img id="img_<?PHP echo($arr['id']); ?>" border="0" src="../images/<?PHP echo($arr['isSold']=='N' ? 'clearthumb.gif' : 'soldclear.gif'); ?>" width="99" height="70px"></a></td>

But its results background image not showing properly, it is possible to gave to image tag,but when I give two image tags then it wont overlap,it shows two different images.

© Stack Overflow or respective owner

Related posts about html

Related posts about php