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?

Border around the Images
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Border around the Images
#5790
Border around the Images 13 Years, 9 Months ago Karma: 0
Hey there,

On our old Page we used the module for displaying Pictures on our infopages. On the new page we make it the same way but we want borders around the images like there:
k190-d1.s34.tune-up-it.de/sims3-traumkarrieren-infos

I saw the following CSS-Code:
Code:

TABLE DIV.asexybox-image 
{
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #C8C8C8;
  float: left;
  padding: 4px;
}


But it doesn't work on our new page simway.net/sims3-luxus-accessoires-infos.

What code should I choose?

Best Regards,
Daniel
The administrator has disabled public write access.
 
#5791
Re:Border around the Images 13 Years, 9 Months ago Karma: 747
Hello,

This code should work, maybe you place it in wrong place. Could you specify where you have added this code on new site?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5792
Re:Border around the Images 13 Years, 9 Months ago Karma: 0
Okay we habe gzip enable, so i've disabled it and enabled it again and it works.
Thank you!
The administrator has disabled public write access.
 
#6206
Re:Border around the Images 13 Years, 8 Months ago Karma: 0
Is it possible to use different CSS code for different uses of the ARI Sexy Lightbox Anywhere plugin??

I am using the light box to display both flickr photo galleries and local image folders. In each application, I would like if I could write my own CSS code to customize only that page.
The administrator has disabled public write access.
 
#6208
Re:Border around the Images 13 Years, 8 Months ago Karma: 0
Is it possible to use different CSS code for different uses of the ARI Sexy Lightbox Anywhere plugin??

I am using the light box to display both flickr photo galleries and local image folders. In each application, I would like if I could write my own CSS code to customize only that page.
The administrator has disabled public write access.
 
#6219
Re:Border around the Images 13 Years, 8 Months ago Karma: 747
Hello,

You can wrap {arisexylightbox} tag with <div> HTML tag with specific CSS class or if 'Simple Gallery' layout type is used, you can specify container CSS class with help "mainClass" attribute of {arisexylightbox} tag. For example, if you want to create border around image, the following code can be used:

Code:


{arisexylightbox activeType="imglist" type="gallery" mainClass="simple-gallery"}



and the next CSS rule:

Code:


TABLE.simple-gallery TR TD IMG
{
  border: 2px solid red;
}



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