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?

Image in an article
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Image in an article
#10775
Re:Image in an article 13 Years, 2 Months ago Karma: 0
thanks for the last hint, it works

Its possible to use my css class to customize the thumbnails? It allows CSS3 properties?
Last Edit: 2011/02/08 18:25 By ivoalves.
The administrator has disabled public write access.
 
#10776
Re:Image in an article 13 Years, 2 Months ago Karma: 747
Additional CSS class can be added to <A> HTML element with help "class" attribute of {arifancybox} tag. Code will look like:

Code:


{arifancybox activeType="rcontent" title="Image" url="LINK_TO_BIG_IMAGE" class="mythumb"}
<img src="LINK_TO_THUMBNAIL" />
{/arifancybox}



You can place the next CSS rule to site template CSS file that add border around thumbnail:

Code:


A.mythumb IMG
{
  border: 2px solid red;
}



You can use CSS 3 properties, but support of this properties is task of browser. For example IE 6 - 8 doesn't support CSS 3 properties, but latest version of FireFox, Google Chrome, Safari and Opera browsers support them.

Regards,
ARI Soft
Last Edit: 2011/02/08 18:28 By admin.
The administrator has disabled public write access.
 
#10778
Re:Image in an article 13 Years, 2 Months ago Karma: 0
Yeah yeah i now that,

thank you very very very much for the help, for now its working beautifully with the 2 images
The administrator has disabled public write access.
 
Go to topPage: 12