Click to See Complete Forum and Search --> : load issue with iframe in IE


The FlyerFly
04-14-2008, 08:57 PM
on my website's main page, http://flyerflies.com , i have an embedded remotely hosted iframe video player. the iframe loads up fine, but the trouble is that when the iframe loads up in IE, the browser window automatically scrolls downward to include the entire iframe. that wouldnt be a problem except for the fact that it scrolls so far that my main banner is skipped over and not seen unless the user manually scrolls back up.

is there something i can do either with IE or with the iframe code itself to stop this from happening?

here is the code...

<iframe width="480" height="360" frameborder="0" src="http://flyers.nhl.tv/team/embed?hlg=20072008,3,132"></iframe>

ive also noticed that this auto-scroll does not seem to happen with some text-only iframes that i have included on this page. http://flyerflies.com/main/fansearch/assets.html

thanks!

The FlyerFly
04-15-2008, 04:52 AM
some more new info...

i replaced the iframe video with a YouTube embed for today, and the same thing is happening. so apparently its not the iframe. strangely enough, i dont remember this happening when i had YouTube videos embedded in this spot before.

anyone?