Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 13 Years, 5 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 13 Years, 5 Months ago Karma: 760
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