Click to See Complete Forum and Search --> : Iframe help!


gunslingerdx
04-10-2009, 10:17 AM
so i've been using firefow for a while now, and i finally got this page all coded and set to a point that im satisfied with it... until i tried opening it in explorer... sigh.
i have an iframe set into my table with a transparent background. and in firefox its seamless. in explorer it has a weird frame around it and looks indented. how can i get rid of this?

here is the code for that cell of my table:


<td height="545" width="736" CLASS="mainbackcell">

<iframe src="home.html" ALLOWTRANSPARENCY="true" style="height:535px; width:725px; border:0px;"
name="iframe1" style="FILTER: chroma(color=#FFFFFF)"><a href="frameurl">
Your browser does not support iframes</a></iframe>

</td>


and here's a temporary link to the page if you want a look:

http://www.geocities.com/gunslingerdx/lorbel/lorbel5.html

Gararion
04-10-2009, 10:24 AM
Try the attribute frameborder="0" withint he iframe tag, I think that will solve your problem, I think.

gunslingerdx
04-10-2009, 11:19 AM
that worked perfectly, thank you

Gararion
04-10-2009, 11:23 AM
No problem, glad i could provide some help here rather then just requiring it :cool: lmcao

Muguerza
05-29-2009, 11:29 PM
I'm having the same problems with the transperancy not working in IE but working FF.
Here's what I got:
<iframe name="frameMe" src="Images/Illustration/AnnaBella.gif" height="800px" width="1000px" frameborder="0" scrolling="no"
ALLOWTRANSPARENCY="true"></iframe>
as you can see I've added allowtransperancy but it still wont work in IE.
Anyone?