Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello. I am completely new into css and z-index. My question is, I have an image which I have to put in iframe, and I have a second blank image which is 100% transparent. I have to put that transparent image on the image in iframe. So that when users see the image and try to download it, they will be downloading the blank image rather than the image they see. I tried out with z-index , iframe, but not solving my main purpose. I am using visual studio and c#.
Posted

1 solution

hi, try that in give z-index:-1 in background layer div and give z-index:9 to upper layer div. i think it will solve your this problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900