You are viewing limited content. For full access, please sign in.

Question

Question

Form background transparent in an iframe?

asked on September 14, 2017

I am trying to place a Laserfiche form in an iFrame on a page and have the form background be transparent so you see whatever color the page color is on the background of the form. Is there a way to accomplish this? We have done this before with another iFrame but I cant seem to get it to work with a Laserfiche form. Please advise, thank you.

0 0

Replies

replied on September 14, 2017
<style type="text/css">
 <!-- BODY {background:none transparent;}-->
 </style>

and then embed the iframe like this

<iframe src="frame.htm" allowtransparency="true">

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.