Slideshow links not working in ie9
13 years 3 weeks ago #2586
by Scottster
Slideshow links not working in ie9 was created by Scottster
Slideshow CK is working in the latest Chrome and Firefox, but they do not work in ie9. Is there something I can do to fix this?
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago #2590
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Slideshow links not working in ie9
yes, you must edit il faut éditer the file mod_slideshowck/assets/camera.css line 106 to add background :
Code:
.camera_target_content .camera_link {
display: block;
height: 100%;
text-decoration: none;
background: url(../images/blank.gif) !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 2 months ago #9358
by maharrey
Replied by maharrey on topic Re: Slideshow links not working in ie9
I am having trouble with Links not also working in IE9 on my site. wfldag.org
This is already in my camera.css
What should I do?
This is already in my camera.css
What should I do?
Please Log in or Create an account to join the conversation.
12 years 2 months ago #9359
by maharrey
Replied by maharrey on topic Re: Slideshow links not working in ie9
Also I found the Camera.css file in a different location? I am using the latest version on a Joomla 2.5 site.
Please Log in or Create an account to join the conversation.
12 years 2 months ago #9364
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Slideshow links not working in ie9
Hi
your file is here :
and chang it like this
your file is here :
edit it line 10modules/mod_slideshowck/themes/default/css/camera.css
Code:
.camera_wrap a,.camera_wrap a:hover {
background: none !important;
}
and chang it like this
Code:
.camera_wrap a,.camera_wrap a:hover {
display: block;
height: 100%;
text-decoration: none;
background: url(../images/blank.gif) !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 2 months ago #9365
by maharrey
Replied by maharrey on topic Re: Slideshow links not working in ie9
The Links work, but only if you click the very top edge of the Slides. Anywhere other than the top edge is not active? any Thoughts?
Please Log in or Create an account to join the conversation.
Time to create page: 0.220 seconds