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?
Go to bottomPage: 12
TOPIC: help
#17657
Re:help 12 Years, 9 Months ago Karma: 0
thequijanos.com/index.php?option=com_content&view=article&id=27

how do i line up the words "content..." and the thumbnails. i want the words to move up vertically to the middle of the thumb instead of lining up at the bottom.
The administrator has disabled public write access.
 
#17730
Re:help 12 Years, 9 Months ago Karma: 747
You can use the next code:

Code:


{arisexylightbox thumbWidth="250" thumbCount="2"}<div class="img-container">content1<img src="images/nemo.jpg" alt="description" />content2<img src="/images/nemo.jpg" alt="description" />content3</div>{/arisexylightbox} 



and add the following CSS rule to a site template CSS file:

Code:


DIV.img-container A
{
 display: inline-block;
 zoom: 1;
 *display: inline;
 vertical-align: middle;
}



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