-
AuthorPosts
-
jjwijman Friend
jjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
October 22, 2008 at 8:30 pm #134693The slideshow’s position is not OK in Internet Explorer 6
See the attachment (print screen)
I changed the template width in 966, but that is no solution.What to do?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 23, 2008 at 3:39 am #276662Can you give us your live URL?
jjwijman Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
October 23, 2008 at 6:32 pm #276740<em>@nguoiabcd 87575 wrote:</em><blockquote>Can you give us your live URL?</blockquote>
http://www.hwapplicaties.nlSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 24, 2008 at 2:29 am #276771Hi
please try to add those lines into template.css
div.ja-slideshow-case div{
padding-top:0px;
}jjwijman Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
October 24, 2008 at 6:43 am #276804<em>@nguoiabcd 87722 wrote:</em><blockquote>Hi
please try to add those lines into template.cssdiv.ja-slideshow-case div{
padding-top:0px;
}
</blockquote>
Unfortunatly, that is not THE solution.
But in the module-parameters I changed Auto resire image (should be resize, I presume) to yes and updated Slide width to 690 and Slide Height to 200.
Now it seems to be OK, although I am not sure.I have IE6.
Is there anybody who has IE7 (IE8Bèta) and can confirm the slideshow to display correct?Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 24, 2008 at 8:58 am #276828Hi
Can I mark this topic is solved ?jjwijman Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
October 24, 2008 at 10:04 am #276842<em>@nguoiabcd 87785 wrote:</em><blockquote>Hi
Can I mark this topic is solved ?</blockquote>
The problem still resolves:((:((Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 24, 2008 at 10:06 am #276844Hi,
Can you please PM me your site admin account as well as FPT account? Without investigating into the codes, I am afraid that we can not provide any solutionSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
jjwijman Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
October 24, 2008 at 10:46 am #276849<em>@nguoiabcd 87806 wrote:</em><blockquote>Hi
I added those lines:
#ja-slideshow-case div {
padding-top:0px;
}
in to ja.slideshow.css
And it works</blockquote>
My fault, I added them to template_css.css.
Seems to be solved now!Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 24, 2008 at 10:50 am #276852No
at first post, css is wrong:
div.ja-slideshow-case div{
padding-top:0px;
}Right CSS is:
#ja-slideshow-case div {
padding-top:0px;
}
you can add ja.slideshow.css or template_css.cssI will mark this topic is solved
jjwijman Friendjjwijman
- Join date:
- January 2006
- Posts:
- 55
- Downloads:
- 106
- Uploads:
- 1
- Thanks:
- 28
- Thanked:
- 1 times in 1 posts
November 1, 2008 at 6:32 am #277693Sorry, I don’t know why, but the problem is stll there.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 3, 2008 at 4:26 am #277851Hi why you changed back to
div.ja-slideshow-case div{
padding-top:0px;
}Please remove it and add :
#ja-slideshow-case div {
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 7:16 am #277869<em>@nguoiabcd 89101 wrote:</em><blockquote>Hi why you changed back to
div.ja-slideshow-case div{
padding-top:0px;
}Please remove it and add :
#ja-slideshow-case div {
padding-top:0px;
}
</blockquote>
I didn’t change back that code. Must have been uploaded by coincidence.
But now I added#ja-slideshow-case div {
padding-top:0px;
}Still the problem remains.
AuthorPostsThis topic contains 21 replies, has 3 voices, and was last updated by goyat 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum