You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Demo area scrollable problem in Internet explorer Created Feb 3, 2010

This thread is solved

Views: 1645     Replies: 1     Last reply Mar 7, 2010  
You must login first before you can use this feature

smayton

Posts: 7

Registered:
Feb 1, 2010

Demo area scrollable problem in Internet explorer

Posted: Feb 3, 2010

The stand alone version:
http://flowplayer.org/tools/demos/scrollable/demo-area.htm

In IE 6, when you click on any thumbnail, the home screen fades out and the screen stays blank. Clicking any other works fine and THEN the "tab" thumbnail screen will work. Its works fine on the not-stand-alone page.

I tried my version and then tried your page to check if it was just me. Both the same - blank.

------ update ---------

I got it to work in IE6, but not 7, IE 8 has more severe problems; it doesn't work at all. Again this happens on your site as well as my project.

1. I copied the code in the not-stand-alone page (only the demo-area part) and used it to replace the one on the 'only' page.

2. jquery.tools.min.js is different on the above mentioned page, so I copied its source and pasted it within the file used on the stand-alone.

3. Put opening and closing <html></html> tags.
4. Put this code before the closing </head> tag:

<!--[if lt IE 7]>
<style>
@importhttp://static.flowplayer.org/css/ie6.css?v=0.2";
</style>
<![endif]-->

<!--[if lt IE 8]>
<style>
html { overflow-x:hidden; }
#content ol, #content ul {margin-left: 50px; }
</style>
<![endif]-->

NOTE: there is an open " after @import but this forum won't show it for some reason.

I think this needs to be modified to make it work in IE 7/8

house98

Posts: 2

Registered:
Mar 7, 2010

» Demo area scrollable problem in Internet explorer

Posted: Mar 7, 2010

Reply to: Demo area scrollable problem in Internet explorer, from smayton
I replied on a forum post before I came across this post here.

http://flowplayer.org/tools/forum/25/36904

I too see a large problem here that effects both IE6 and IE7 in a rather large way as it stands with the stand-alone demo -- which is what I've based a portion of my site after

:)