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

CommentFileSizeAuthor
prs1.jpg10.25 KBdaniela basualdo
prs.jpg13.29 KBdaniela basualdo

Comments

dman’s picture

Yeah, 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.

redndahead’s picture

Status: Active » Closed (duplicate)

It 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.

daniela basualdo’s picture

Assigned: Unassigned » daniela basualdo
Status: Closed (duplicate) » Closed (fixed)

I added the css style and it works fine now!
thanx a lot