SugarAndSpice
04-25-2003, 07:55 PM
I have a problem with I-frames. I am hosted with Brinkster and my tranparent I-frmes won't work. I just get a 'this page cannot be displayed' error where the other site is supposed to be. I have checked, and double-checked, and triple-checked the code, but I acnnot find anything that would stop teh iframe working.
The site is:
http://www14.brinkster.com/koolkay/dreamsavewordad1.html
I heard there was a way that you could 'just put teh code on your CSS page. How do you indicate what si your CSS page? Do you make teh file end with '.css'? I really need help!
MaGiCSuN
04-25-2003, 08:06 PM
<iframe style="position:absolute; top:; left: 1px; top: 185px; width: 318px; height: 225px"100"; left:"10" src="http://www14.brinkster.com/koolkay/theultimatetest1.html" name="iframecontent1" width="340" height="299" frameborder="0" scrolling=CHOICE allowtransparency="true"></iframe>
you forgot to add http:// in front of it :) also make sure you change CHOICE to no, yes or auto :)
for the transparency. remember that the visitors will not see all of this, because not everybody has 5.5 or above because those are the only versions that allow transparent iframes.
also change html for the page in the iframe to this:
<html>
<head>
<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:white;
scrollbar-arrow-color: blue;
scrollbar-track-color: white;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: blue;
scrollbar-darkshadow-color: blue;
scrollbar-shadow-color: white;
background-color:cornflowerblue;
filter: alpha(opacity=1);
font-family:tahoma;
font-size:8pt;}
TD {font-family:tahoma;font-size:9pt;}
A:link {color:#000000;text-decoration:none;font-weight:normal;font-size:8pt;font-family:Verdana;}
A:visited {color:#000000;text-decoration:none;font-weight:normal;font-size:8pt;font-family:Verdana;}
A:hover {color:#5174A0;text-decoration:none;font-weight:normal;font-size:8pt;font-family:Verdana;}
-->
</STYLE>
</head>
<body bgcolor="#B2CAFA" topmargin="0" leftmargin="0" rightmargin="0">
<div align="center">
Here i will write write write write write write write write write write write<br>write write write write write write write write write write write write write write write write write write write<br> write write write write write write write write write write write write write write write <br>write write write write write write write write write write write write write write write write write write write<br> write write write write write write write write write write write write write write write write write write write <br>write write write write write write write write write write write write write write write write write write write <br>write write write write write write write write write <br>
</body>
</html>