Andy,Are you talking about the scroll bar appearing? As Dan pointed out, you can get rid of that by setting the padding and margin of the <body> of the page INSIDE the iframe to 0, and do the same for the <form>. They're taking on their default values. I was able to do this with firebug. I see that there is another iframe nested inside, so what I'm talking about is the outer iframe that has a src= http://lexusofdanversma.redlinecontent.com/Pages/Page.cfm?pageID=118873
Hope that helps - let me know if that didn't make sense rolfsf On Tue, Apr 22, 2008 at 8:23 AM, Andy Matthews <[EMAIL PROTECTED]> wrote: > > Just messed with it for about an hour or so and it's not the overflow. > Tried > every possible combination of values and nothing. > > I think I've narrowed it to down to the Flash movie, and not Javascript. > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of mrpollo > Sent: Monday, April 21, 2008 8:03 PM > To: jQuery (English) > Subject: [jQuery] Re: SOT: Using iframe to load in a Flash movie with > dynamic height > > > it sounds to me its an overflow problem > IE does that a lot of the time, maybe position:absolute; and giving it a > height:0px; would fix the IE problem google for IE DIV OVERFLOW youll find > tons of solutions just encountered with this problem last night with a > flash > also, but no iframe still same luck > > hope this helps > > On Apr 18, 9:31 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > > I've been dealing with this irritating issue on and off now for about > > a month. I'm finally going to ask for help. > > > > I have a page > > here:http://lexusofdanversma.redlinecontent.com/Pages/Page.cfm?pageID= > > 118873 > > > > It contains a Flash movie whose height is set dynamically based on > > it's content. The Flash movie might be 250px tall, or it might be > > 700px tall depending on what it's currently displaying. This page works > perfectly. > > > > However the client has another site on which they have an iframe which > > loads in the above page. On THAT page, the content of the Flash movie > > is getting cut off for some reason. You can see my quick example here: > > > > http://www.commadelimited.com/uploads/iframe.html > > > > Notice that when the Flash movie first loads, the bottom inch or so is > > getting cut off. > > > > Does anyone have any idea why this is happening, or how I might go > > about fixing it? Thanks in advance for any help you can provide. > > > > ____________________________________ > > > > Andy Matthews > > Senior ColdFusion Developer > > > > Office: 615.627.9747 > > Fax: 615.467.6249www.dealerskins.com<http://www.dealerskins.com/> > > > > Total customer satisfaction is my number 1 priority! If you are not > > completely satisfied with the service I have provided, please let me > > know right away so I can correct the problem, or notify my manager > > Aaron West at [EMAIL PROTECTED] > > > > 2008 Email NADA.jpg > > 17KViewDownload > > >

