Closed (fixed)
Project:
Views Slideshow
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Aug 2009 at 12:59 UTC
Updated:
27 Aug 2009 at 07:57 UTC
Hi!
I'm using views slideshow to fade between some articles with title, Image and text.
I have no problem with the appearance in every browser except internet explorer.
If i open the page with the slideshow everything is fine until the second article appears. the bold Title will be distorted.
Picture 1: Everything is fine
Picture 2: Title is distorted
Why does this happen and what can i do to fix the problem?
thnx for the help
daniela
| Comment | File | Size | Author |
|---|---|---|---|
| prs1.jpg | 10.25 KB | daniela basualdo | |
| prs.jpg | 13.29 KB | daniela basualdo |
Comments
Comment #1
dman commentedYeah, it's to do with the jquery effect that changes opacity to 99% instead of 100% at the end of the animation. Not sure why, but there is probably a reason. And IE just gets that wrong.
We had the same in one of our projects. IIRC I just added a line to the code to reset it to 100% when the fade transition was done. I don't have the code handy, sorry.
Comment #2
redndahead commentedIt references the issue here. I plan to fix it in this issue. You can add additional fixes that you have there. #344046: Add Cleartype options in the settings page.
Comment #3
daniela basualdo commentedI added the css style and it works fine now!
thanx a lot