Closed (won't fix)
Project:
Views Slideshow
Version:
6.x-2.3
Component:
Cycle
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Jan 2011 at 11:54 UTC
Updated:
14 Sep 2011 at 03:16 UTC
Hi to all,
I found in the last release on IE8 (only) a nasty "background:white" as inline style for all elements of slideshow.
But if I have a different color for my box??!! ;)
Here an example, see Box News: http://radio.torvergata.it/
See also in attachment a couple of snapshot of page and code from IE8 Dev tools.
Thanks bye!
PS the modules is modified in template function to have a more semantic markup and avoid extra div, but this problem seems related to .js.
| Comment | File | Size | Author |
|---|---|---|---|
| Background White on code (from IE8 dev tools) | 16.64 KB | Dret | |
| Background white on screen | 146.77 KB | Dret |
Comments
Comment #1
haranaboy commentedHey,
I'm wondering if you got this fixed.
I have the same issue.
Thanks.
Comment #2
telegraph commentedI had the same issue, I found the fix in this post: http://drupal.org/node/844800
perhaps this will help you along your way.
Comment #3
Dret commentedI didn't find any solution on that post... that is also (wrongly) considered a duplicated one!
Can you explain better the solution you found??
Bye!
Comment #4
telegraph commentedI eventually realised that that post was a different subject, and, as you say considered wrongly a duplicated issue. Your original post came up first when I searched for my problem and I thought it was the same. My original problem was that the slideshow displays two white blocks, one before and one after.
For reasons I don't quite grasp, the 'internet explorer' options at the bottom of the slideshow settings form had something to do with it.
Apparently though, I have the same jquery settings insert as you, but without the 'background-color: white;'. Perhaps you could inject some JavaScript in the box provided at the bottom to set the bg color to transparent or none?
Comment #5
SchwebDesign commentedsame problem here. On the views slideshow plugin i changed "internet Explorer Options" : "ClearType Background: " from "false" to "true" to fix this. But, i suppose i've risked disabling cleartype fixing, which i don't completely understand. Is it possible to keep cleartype fixing enabled but have the background be transparent? I'm assuming not... can anyone confirm i'm correct...?
I'll have to do some research on this whole Cleartype Fixing feature. Anyone have any resources to recommend?
Comment #6
nicl commentedI'm getting a similar problem where a background colour is being applied inline to the slideshow - in my case, not white but a close approximation to the page background. It seems to be a general issue with jquery fadein/out and certain versions of IE. The inline background style is an attempt at a solution I think.
However, because my page background is a gradient the solution doesn't look good in IE. Disabling the IE options, however, gives nasty looking borders on the text/images.
I haven't found a solution yet that is practicable but if anyone has any suggestions please post below!
Comment #7
bayousoft commentedSetting cleartype background = true seems to have fixed the issue for me.
Comment #8
redndahead commentedunfortunately setting the cleartype options are your only solutions that I've found. IE has a real hard time with this. Any other solution would have to come from the jquery library, jquery cycle.
Comment #9
Taesto commentedI had the same problem in IE9. Here's a basic workaround :
add in views_slideshow.css :
.views_slideshow_singleframe_slide{
background: transparent !important;
}
solved it in IE9
Comment #10
joetower commentedThe following worked for me in my theme CSS (thanks Taesto!), it appears to override views_slideshow.css: