Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • Sherlock Friend
    #277880

    Hi
    please kindly check your site again
    I edited ja.slideshow.css , those lines:

    #ja-slideshow-case {
    position: absolute;
    top: 0;
    left: 0;
    }

    Change to

    #ja-slideshow-case {
    position: absolute;
    top: 0;
    left: 0;
    padding-top:0px;
    }

    jjwijman Friend
    #277889

    Problem still there.

    Could it be the css-file is somehow “overruled” by the js-script.
    I am not a coder, so I wondered what happens in ja-slideshow.js e.g. in lines 55..63

    this.elementdiv.setStyles({display: 'block', position: 'relative', width: this.width + 'px'});
    this.div = new Element('div');
    this.div.setStyles({display: 'block', height: (this.height + 'px'), overflow: 'hidden', position: 'relative', width: (this.width + 'px')});
    this.div.injectInside(this.elementdiv);
    this.image.injectInside(this.div);

    Sherlock Friend
    #278250

    Hi
    Please check your site
    I edit ja.slideshow.js(modules/ja_slideshow folder):
    Search this line:

    this.div.setStyles({display: 'block', height: (this.height + 'px'), overflow: 'hidden', position: 'relative', width: (this.width + 'px')});

    Change to

    this.div.setStyles({display: 'block', height: (this.height + 'px'), overflow: 'hidden', position: 'relative', width: (this.width + 'px'), padding: '0'});

    jjwijman Friend
    #278255

    nguoiabcd it looks like you really solved it now!
    At least in my ie6 the site shows up OK now.

    THX

    jjwijman Friend
    #278263

    Some minor (?) thing:
    Firebug show 2 errors now:

    missing : after property id
    [Break on this error] this.div.setStyles({display: 'block', ...h: (this.width + 'px'), padding= '0'});n
    ja-slideshow.js (row (59)

    JaSlideshowClass is not defined
    (?)()www.hwap...caties.nl (regel (113)
    [Break on this error] JaSlideshow = new JaSlideshowClass({
    www.hwap...caties.nl (row (113))

    goyat Friend
    #278595

    No. It did not solve the problem. I did everything mentioned here.

Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 3 voices, and was last updated by  goyat 15 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum