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