Overlapping background image?

I would like to display the two images. The background image above the quadrado. Jpg!

Like a watermark Sounds like you want an overlay You can't do that with just CSS But you can come close by adding styles like so: content { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=80)"; filter: alpha(opacity=80); } #content img { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=80)"; filter: alpha(opacity=80); } For more of a true overlay, you'd need to code it into your HTML or use javascript to add it on the fly Take a look at this page It uses javascript to generate overlays for blocks with the class OverlayTheBackground There are also jQuery plugins that are supposed to generate overlays Perhaps post a picture of what you want But, it sounds like all you need to do is add this style: content img {visibility: hidden;}.

I would like to display the two images. The background image above the quadrado. Jpg!

Like a watermark" Sounds like you want an overlay. You can't do that with just CSS. But you can come close by adding styles like so: #content { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.

Alpha(Opacity=80)"; filter: alpha(opacity=80); } #content img { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=80)"; filter: alpha(opacity=80); } . For more of a true overlay, you'd need to code it into your HTML or use javascript to add it on the fly.

Take a look at this page. It uses javascript to generate overlays for blocks with the class OverlayTheBackground. There are also jQuery plugins that are supposed to generate overlays.

Perhaps post a picture of what you want. But, it sounds like all you need to do is add this style: #content img {visibility: hidden;}.

I would like to display the two images. The background image above the quadrado. Jpg!

Like a watermark. Thanks – Douglas V. Pasqua Jun 19 '10 at 12:38 Ok, I updated my answer.

– Brock Adams Jun 20 '10 at 12:34 Oops, the demo page had a race condition, so it didn't always measure locations correctly (when pulling off the web instead of my intranet). It should be fixed now. – Brock Adams Jun 21 '10 at 9:37 Thanks, this post helped me a lot.

– Douglas V. Pasqua Jun 25 '10 at 13:09.

I'm not sure I understand the question completely, but if you want the background image to show through parts of the content images, you will need to use png's or gif's as they permit parts of the image to be transparent and jpg's don´t.

I have a table with a background image using css property background-image. In table I have some images using the I would like the background image overwrite the images.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions