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
#13995
Re:Fonts in IE 13 Years, 2 Months ago Karma: 0
I was able to make some progress by removing the padding so that the white background did not cover the other elements. But now I'm not able to change the top margin/pad for the caption. It is too low.

Thanks for your help.
Last Edit: 2011/04/23 18:35 By RBGoldie.
The administrator has disabled public write access.
 
#13996
Re:Fonts in IE 13 Years, 2 Months ago Karma: 0
More progress. It is perfect in IE but the image is too low in Firefox. I can't control the top margin of the image independent of the caption. Thanks again for your help.
The administrator has disabled public write access.
 
#14006
Re:Fonts in IE 13 Years, 2 Months ago Karma: 748
Could you specify is the problem still exist?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14011
Re:Fonts in IE 13 Years, 2 Months ago Karma: 0
I fixed the IE font problem, but the solution created a problem in Firefox. I can't change the top margin for the photo without changing the top margin for the caption. Previously I was using the style "background:none;" along with top padding e to modify the top margin of the photo and the caption independently, but it also caused the fuzzy font problem in IE. Is there a way to control the top margin of the photo separate from the caption in Firefox?
The administrator has disabled public write access.
 
#14013
Re:Fonts in IE 13 Years, 2 Months ago Karma: 748
Remove the following CSS rule:

Code:


{$id}_wrapper, 
{$id}
{
 margin-top: -25px;
}



and add the next CSS rules:

Code:


{$id}_wrapper
{
 margin-top: -65px;
}

{$id}_wrapper .nivo-caption
{
 top: 30px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14015
Re:Fonts in IE 13 Years, 2 Months ago Karma: 0
Thanks. This did not work, but I figured it out. I just used the "background-color:white; for ie only with an "*" and used "background:none;". That worked. Thanks for your help.
The administrator has disabled public write access.
 
Go to topPage: 12