HighDots Forums  

iframes and IE

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss iframes and IE in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
student-travels-web-admin
 
Posts: n/a

Default iframes and IE - 11-01-2004 , 01:17 PM






Has a workaround been found for this issue? I've seen some discussion of this
topic, and I've tried all the answers, like wmode="transparent".
Works fine in Netscape and Firefox, but not on IE 6 (win) and IE 5.2 (mac). It
also acts really weird in Safari. I've never worked with iframes before and
this project was done by a contractor, who is on a week long vacation, so I'm
lost at sea.


Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: iframes and IE - 11-01-2004 , 03:44 PM






student-travels-web-admin wrote:

Quote:
Has a workaround been found for this issue? I've seen some discussion of this
topic, and I've tried all the answers, like wmode="transparent".
Works fine in Netscape and Firefox, but not on IE 6 (win) and IE 5.2 (mac). It
also acts really weird in Safari. I've never worked with iframes before and
this project was done by a contractor, who is on a week long vacation, so I'm
lost at sea.

I don't know what problem you're trying to solve. Since you're talking
about wmode and transparency, I'll take a guess that you want the page
background of the parent page to show through in the page loaded into
the iframe. Is that close? If so, try adding this to the page that is
loaded into the iframe:

<style type="text/css">
body{background:transparent}
</style>


Gary


Reply With Quote
  #3  
Old   
student-travels-web-admin
 
Posts: n/a

Default Re: iframes and IE - 11-02-2004 , 04:22 PM



ok, I was hoping that there was something I could do on the parent page,
because the contractor is away. your solution would be something that the
contractor has to try, as the pages are on his server. here's the piece of
code: <iframe
src='http://zoomcc.richfx.com/zoomcc_broder/zoom_color_change.asp?style_id=D100&
amp;alt=http://www.devonandjones.com/images/product/D100.jpg&amp;
color=COLORCODE' width='310' height='725' scrolling='No' frameborder='0'
wmode='transparent' > <img src='../images/product/D100.jpg'
width='278' height='392' /> </iframe> thanks for your help, Gary. I'll let you
know what happens.


Reply With Quote
  #4  
Old   
Gary White
 
Posts: n/a

Default Re: iframes and IE - 11-03-2004 , 02:16 AM



student-travels-web-admin wrote:

Quote:
thanks for your help, Gary. I'll let you
know what happens.

You're welcome. Good luck.


Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.