Andy,

>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.

This is where Firebug comes in handy--as it lets you easily find
padding/margin problems.

It's padding and margins on your body, td and form tags that are probably
the root cause. If you remove the padding/margin on those tags it basically
fixes the problem.

-Dan

Reply via email to