-
AuthorPosts
-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 3, 2008 at 8:15 am #277880Hi
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 Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
November 3, 2008 at 9:30 am #277889Problem 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..63this.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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 6, 2008 at 8:42 am #278250Hi
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'});
1 user says Thank You to Sherlock for this useful post
jjwijman Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
November 6, 2008 at 9:01 am #278255nguoiabcd it looks like you really solved it now!
At least in my ie6 the site shows up OK now.THX
jjwijman Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
November 6, 2008 at 9:21 am #278263Some 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)) -
AuthorPosts
This topic contains 21 replies, has 3 voices, and was last updated by goyat 15 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum