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 thumbnails
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Border around thumbnails
#7836
Border around thumbnails 13 Years, 6 Months ago Karma: 0
I use RokBox before but I must say ARI Sexy Lightbox works great.
As you can see on My Siteboth are still use by me.
Lightbox is used for the band Ivy's Dream.
Question: How do I get a border like with the other (RokBox) thumbnails on a thumbnail made by Lightbox?
The administrator has disabled public write access.
 
#7837
Re:Border around thumbnails 13 Years, 6 Months ago Karma: 747
Hello,

Add the following CSS rule to site template CSS file:

Code:


a.sexythumb  img {
  background:none repeat scroll 0 0 #FFF;
  border:1px solid #CCCCCC;
  display:block;
  margin:-5px 5px 5px -5px;
  padding:4px;
  position:relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7840
Re:Border around thumbnails 13 Years, 6 Months ago Karma: 0
That worked! The Tony Vega Band thumb is now also generated by Lightbox with using the code below.
I added the outline like:
Code:

a.sexythumb  img {
  background:none repeat scroll 0 0 #FFF;
  outline:1px solid #CCCCCC; 
  border:1px solid #FFFFFF;
  display:block;
  margin:-5px 5px 5px -5px;
  padding:4px;
  position:relative;
}

Last Edit: 2010/10/15 12:53 By Xirtam.
The administrator has disabled public write access.
 
Go to topPage: 1