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?

Fonts in IE
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Fonts in IE
#13983
Fonts in IE 13 Years, 2 Months ago Karma: 0
I'm having a problem with the caption font in IE 8 and IE 7. The font is not displaying properly. See attached file. I'm using 1.6.

Thanks for your help.
Last Edit: 2011/04/23 04:29 By RBGoldie.
The administrator has disabled public write access.
 
#13984
Re:Fonts in IE 13 Years, 2 Months ago Karma: 748
Hello,

Provide link to page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13985
Re:Fonts in IE 13 Years, 2 Months ago Karma: 0
Thanks.
Last Edit: 2011/04/24 16:44 By RBGoldie.
The administrator has disabled public write access.
 
#13987
Re:Fonts in IE 13 Years, 2 Months ago Karma: 748
It seems this problem with custom CSS rule which is defined in "CSS Styles" parameter in module settings:

Code:


#ais_4db25dd1714ce_wrapper .nivo-caption  
{
 width: 280px;
 background:none;
 color:#333333;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 font-style:italic;
 position:relative;
 padding-left: 380px;
 padding-top: 40px;
 *font-family:sans-serif;
 *font-style:normal;
 *font-size:14px;
 *font-weight:normal;
 *color:#333333;
}



use the next CSS rule instead of previous:

Code:


#ais_4db25dd1714ce_wrapper .nivo-caption  
{
 width: 280px;
 background:none;
 color:#333333;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 font-style:italic;
 position:relative;
 padding-left: 380px;
 padding-top: 40px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13988
Re:Fonts in IE 13 Years, 2 Months ago Karma: 0
That doesn't fix it. FYI, I added that code for IE7.
The administrator has disabled public write access.
 
#13993
Re:Fonts in IE 13 Years, 2 Months ago Karma: 0
Found the cause but can't fix it. It is a conflict that IE has with the alpha filter.

www.jonathancross.com/projects/Ugly_font_anti-aliasing_problem_in_Internet_Explorer_6_7_and_8.html

If I add a white background the problem in IE is fixed, but then the caption block is overlapped with the photo and the module name, which blocks those elements of the slide show.

Any ideas for how to fix it? Can I remove the alpha filter?
The administrator has disabled public write access.
 
Go to topPage: 12