Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Same issue with text in IE 9...
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Same issue with text in IE 9...
#21919
Same issue with text in IE 9... 12 Years, 4 Months ago Karma: 0
Hello,

The original issue i posted regarding this was "issue with text distorted text in IE8". Ari Support gave me a perfect fix for this and it works in both IE7 and IE8, many thanks again! (see fix below). However it dosent seem to have worked for IE9 (see image attached)!

From ARi support re: ie8 issue fix:
--------------------
"This is an IE issue. You can read about it here. Add the next CSS rules to fix the problem:

Code:


.ari_slider .ari_slider_item h3,
.ari_slider .ari_slider_item h4,
.ari_slider .ari_slider_item h5,
.ari_slider .ari_slider_item h6 {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
}


-------------------------


I assumed this would also be ok in IE9, however i happened to check it on a friends pc and this code modification seems to have been ignnored in ie9? I have searched online but cannot find why this is the case. Do you know what would need to be added to the code to fix it for IE 9?

Thanks in advance
The administrator has disabled public write access.
 
#21920
Re:Same issue with text in IE 9... 12 Years, 4 Months ago Karma: 746
Hello,

Could you provide a link to a page where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21921
Re:Same issue with text in IE 9... 12 Years, 4 Months ago Karma: 0
Here is the link . The text issue is not on other pages in IE9, it seems to be only text rendered through the ari slider module?!..

Nicek
The administrator has disabled public write access.
 
#21922
Re:Same issue with text in IE 9... 12 Years, 4 Months ago Karma: 746
The slider looks normal in IE 9 on provided page:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21923
Re:Same issue with text in IE 9... 12 Years, 4 Months ago Karma: 0
Thats strange, im still seeing the distortion. Im viewing on IE9 - version 9.0.8.112 . see screenshot attached
Last Edit: 2011/11/19 19:38 By nicek.
The administrator has disabled public write access.
 
#21924
Re:Same issue with text in IE 9... 12 Years, 4 Months ago Karma: 746
Try to use the next CSS rules instead of previous CSS rules:

Code:


.ari_slider .ari_slider_item h3,
.ari_slider .ari_slider_item h4,
.ari_slider .ari_slider_item h5,
.ari_slider .ari_slider_item h6 {
    background-color: white;
    -ms-filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
}



If it doesn't help, could you provide temporary access to your J! backend by email so we can investigate the issue in more details?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12