Results 1 to 2 of 2

Thread: Featuredcontentglider doing odd things in IE8

  1. #1
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Featuredcontentglider doing odd things in IE8

    Hello folks
    Maybe someone can help me.
    I'm using this jQuery plugin and it's not working properly in IE8.
    The first slide is showing a miniature version of the slide in the left half and only showing the text on the other slides.

    It's really weird.

    http://sneakpreviewvhp.com/demos.html

    http://sneakpreviewvhp.com/js/featuredcontentglider.js

    Thanks,
    A~

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, in the source code there are two different Flash 'movies'. One for IE:

    Code:
    <param name="movie" value="loopNLeaf.swf" />
    and another for all others:

    Code:
    <embed src="flash/loopNLeaf.swf" qual . . .
    The difference between these two .swf's is the difference you see on the page.

    You have a similar thing going on for the other .swf's, except for those the IE version is simply a 404 File not Found.

    There could be other problems, but fix that stuff up first.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •