Transparent Iframes
Posted by admin on December 11th, 2008 filed in HTMLHow to Setup an Iframe to be transparent
Step 1
Insert your iframe code between body tags.
<iframe src=”yourpage.html” name=”myframe” width=”250″ height=”250″ frameborder=”0″ allowtransparency=”true”></iframe>
Step 2
Now copy the code below, and paste it between
tags of the page you are linking to.In this example this page is yourpage.html
<style type=”text/css”>
Body { Background: transparent; }
</style>
Leave a Comment