I want to hide an image behind the background image!
What I am using right now is:
<style type="text/css">
p.one
{
position:fixed;
left:1188px;
top:549px;
}
then at the body:
<p class="one"> <img src="http://www.........gif">
How can I do the same idea but for the background?
Thanks in advance,