Results 1 to 2 of 2

Thread: Issue with animated gallery

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

    Question Issue with animated gallery

    Hi guys,

    I have another problem with javascript. I am creating a template library and have found a javascript code online so I could allow my pictures to be viewed in all their glory.

    The problem is that this works in ALL BROWSER accept Internet Exlporer (which the majority of people use) work for this....

    (DAMN YOU MICROSOFT!!! )

    the link is

    www.campaignmaster.co.uk/templib.html


    The error I get on IE is

    Line: 1597
    Char: 9
    Error: Invalid Argument
    Code: 0
    URL: http://www.campaignmaster.co.uk/templib.html

    If any of you guys have any idea what this could be, I would be very grateful if you help.

    thanks

    Cimm

  2. #2
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    I hate working with IE's error messages...

    Anyway, the offending line (second argument below) appears to be in lightwindow.js; here are lines 1595-1598:
    Code:
    			this.dimensions.dataEffects.push(
    				new Effect.SlideDown('lightwindow_data_slide', {sync: true}),
    				new Effect.Appear('lightwindow_data_slide', {sync: true, from: 0.0, to: 1.0})
    			);
    I don't know why that second argument is invalid... yet. Try installing Firebug Lite on the page and maybe one of us can figure it out.
    -- Chris
    informal JavaScript student of Douglas Crockford
    I like wikis - a lot.

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
  •