!!blue Posted August 21, 2003 Posted August 21, 2003 Hi all, I created a page with a section that uses iframes and the allowTransparency does not work in Netscape 7. Any ideas as to what I might have done wrong? or does there need to be a workaround? HTML with IFrame code: ><iframe align="left" frameborder="0" height="250" hspace="0" marginheight="0" marginwidth="0" name="myEye" scrolling="auto" src="img1.htm" title="myFrame" vspace="0" width="500" allowtransparency="true" style="background: transparent;"> Iframe source code includes: ><body style="background: transparent;"> the page isn't up yet, still in creation, so I don't have any links to the example. thanks everyone! , !!blue Quote
TCH-JimE Posted August 21, 2003 Posted August 21, 2003 (edited) Hi, I would not use IFRAME even if I was paid too, there nasty, annoying and can be removed/over ridden by the user who is surfing. You should be able to do the same thing with layers and div tags A quick goggle shows numerous problems with IFRAME and netscape Jim Edited August 21, 2003 by Jimuni Quote
!!blue Posted August 22, 2003 Author Posted August 22, 2003 Jim, The reason I'm using iframes is because I want to have next and previous buttons change the iframe content without having to do extensive JavaScript, PHP or other code (call it laziness?). When you say layers, what exactly do you mean? And can layer contents be changed with next and previous links? Will have to do research on this... Thanks, !!blue Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.