Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 332
0 Users 2 Guests Online

Transparent Iframes

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

1. Add
1
allowtansparency="true"

Into you iframe code

eg.
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.
1
2
3
<style type="text/css">
body,html{background-color:transparent;}
</style>
DanielXP
Author:
Views:
1917
Rating:
There are currently no comments for this tutorial.