Results 1 to 2 of 2

Thread: Cmotion Vertical No scrolling IE

  1. #1
    Join Date
    Dec 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cmotion Vertical No scrolling IE

    1) Script Title: Cmotion Gallery 2 (Vertical)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ongallery2.htm

    3) Describe problem:
    Firstly fantastic piece of software.

    I'm having an issue (i'm assuming a code collision of some sort)

    The gallery slides fine in firefox and also slides fine in IE but not on first page load only once cached. First page load it does not scroll either direction.

    Link : http://podzflorist.com.au/gallery.php

    Also using jquery and galleria. (can't see any conflict in galleria though correct me if i am wrong).

    Help much appreciated thankyou!

  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

    It works sometimes. There is something about the galleria code on the page that sometimes prevents the page from fully loading in IE. Possibly because it sets images' display properties to 'none' before they've loaded. An image need not be loaded if its display is none, this perhaps stops loading in IE after it was started, but before it is completed. That code should be redone or discarded. It stops the cmotion script from loading because cmotion is waiting for the page to load. A workaround that doesn't fix the real problem is (addition highlighted):

    Code:
    	<script type="text/javascript">
    	jQuery(function($) {
    		fillup();
    		$('.gallery_unstyled').addClass('gallery'); // adds new class name to maintain de . . .
    - 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
  •