I am facing problem with iframe that too in chrome.
How to make IFRAME transparent.?
I am facing problem with iframe that too in chrome. How to make IFRAME
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean you want to get rid of the frames? Simple solution is to use `style´:
If your doctype is HTML5, you can also embed your iframe content seamlessly into the DOM (=”transparent” iframe import):
I wouldn’t expect all browsers to support that yet though.