//Transparent Iframes\\
Copy the code below and paste it into the head section of your Iframe page.. Make sure you do not give the page a background color.
<style>
<!--
BODY
{
background-color: transparent;
}
-->
</style>
On your index page you'll use this code to link your Iframe(s)
<div
style="position: absolute; top:200; left:5">
<IFRAME src="yoursite.htm" name="frame" width="200" height="400"
frameborder="0" allowtransparency="true"></iframe></div>
Make sure to change the "yoursite.htm" to the actual URL of your Iframe. You can change the position of your Iframe by changing the top:200 and left:5 to whatever number you want it to be. The greater the number for top the farther down the page your Iframe will appear and the greater the number for left, moves the Iframe to the right. Change the width and height to whatever you want too.
Here is an example of my index page if you need a layout to follow.
|
|