


I am trying to do the same thing as TAC T, and thus far I get everything FADING or Semi Transparent but I cant get the text to behave how i want in the iframe
Below is the html i have that does not work or go to this link:
http://www.imergeandsee.com/1819/181...cialrules.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Reggae Gold 2008 Contest Rules</title>
<style type="text/css">
<!--
A:active{color:E9A63B;font-weight:none;font-family:"Arial";text-decoration:none;font-size:13;filter:alpha (opacity=100);}
body {
margin-left: 0px;
margin-top: 3px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #ceb69a;
}
text {
color:000000;
font-weight: none;
font-family:"Arial";
text-decoration: none;
font-size:13;
filter: alpha (opacity=100);
}
">
-->
</style></head>
<body style="filter: alpha (opacity=50)">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#CEB69A" >
<tr>
<td width="873" height="1000" align="center" valign="top">
<table width="750" height="1000" border="0" align="center" cellpadding="0" cellspacing="0" background="http://www.imergeandsee.com/1819/1819_sitebg.gif" style=:"filter>
<tr>
<td align="center" valign="top" ><br />
<iframe src="http://www.imergeandsee.com/1819/1819reggaegold08officialrules.html" style="filter: alpha (opacity=100)" vspace="10" width="700" height="500" allowtransparency="true">If you can see this, your browser doesn't
understand IFRAME. However, we'll still <a href="http://www.imergeandsee.com/1819/1819reggaegold08officialrules.html">link (click here)</a> you to the file. </iframe></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
