Transparent Iframes


In this tutorial you will learn how to make a iframe transparent.

1. Add
HTML Code
  1. allowtansparency="true"

Into you iframe code

eg.
HTML Code
  1. <iframe name="iframe" src="mypage.html" width="50" height="50" allowtansparency="true"></iframe>


The with the page the Iframe goes to add this in the HEAD section of your code.
HTML Code
  1. <style type="text/css">
  2. body,html{background-color:transparent;}
  3. </style>
DanielXP's Avatar
Author:
Views:
2,176
Rating:
There are currently no comments for this tutorial, login or register to leave one.