Suppose u have a PNG image of 100x80, So take a div and make the PNG
image as the background of the div. Set the width and height of the
div as equal to the image(not necessary). Define the div as:
.div_name{
width:100px;
height:80px;
background:url(../images/image_name.png) no-repeat;
behavior: url(iepngfix.htc);
cursor: pointer;
}
For this u need "iepngfix.htc". Just search for the file u will get it
on internet. Place the file with ur .html file.
It willl surely work. If so kindly mail me.
On Nov 9, 3:33 pm, Meander365 <[email protected]> wrote:
> Here's the problem:
>
> I've an element that has a transparent png as its background image.
>
> I also have a standard image included on the page.
>
> I want to place the standard image behind the element that has the
> transparent png as its background image.
>
> Can this be done?
>
> I've tried using z-indexing and opacity and although I can see the
> standard its not having the desired effect.
>
> Any ideas?
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]