Add Cleartype options in the settings page.
durum - December 7, 2008 - 21:37
| Project: | Views Slideshow |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
When ClearType is on and you have a fading effect in your slide show, you see bold characters defected in IE6 and IE7. I couldn't find a better fix but putting a background color to the main teaser area has made it look better. I am basing on http://jszen.blogspot.com/2005/04/ie-bold-text-opacity-problem.html. Hope it'll be useful.
.views_slideshow_main {
background-color: #FFFFFF;
}
#1
Cheers. Works for me.
Dave
#2
Awesome!
Also worked for me.
Optionally, if the style isn't being picked up because you have another background color on your view, adding !important to the css style should override the current one.
.views_slideshow_main {background-color: #FFFFFF !important;
}
#3
this worked for me - I have created a patch that will solve the problem in the future
#4
This may be better handled using a use cleartype option from cycle. I am planning on adding this as I need it for my site.
Options are ClearType and ClearTypeBG
#5
Here is a patch for the cleartype fix.
#6
Committed patch in #5
#7
Automatically closed -- issue fixed for 2 weeks with no activity.