flash object inside div appears outside of div in FF3

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
Kajico
Posts: 1
Joined: July 3rd, 2008, 8:52 am

flash object inside div appears outside of div in FF3

Post by Kajico »

I've isolated just my problem area, because I haven't cleaned up most of the W3C errors I get for the main page. However this renders fine in Safari,FF2 and IE7 it is only in FF3 that I see the object appear outside of the div tag it belongs in.

http://lifelinergv.com/test.php
davidc02
Posts: 2
Joined: August 15th, 2008, 1:04 am

Re: flash object inside div appears outside of div in FF3

Post by davidc02 »

Hey have you solved this?

I was trying this:
<DIV ID="iframeDiv" scrolling="vertical"
STYLE="position: absolute;

clip:rect(190px 620px 700px 200px);
"><iframe width="800" height="800" src="http://www.cinex.com.ve/cine.asp?Site=34"></iframe>


here.. http://www.w3schools.com/HTML/tryit.asp ... html_basic

And I'm having the same issue
Post Reply