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?

[SOVLED]Carousel inside Slider CSS and coding?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [SOVLED]Carousel inside Slider CSS and coding?
#12620
[SOVLED]Carousel inside Slider CSS and coding? 13 Years, 8 Months ago Karma: 0
I have a carousel works fine in a module (link here). It is falling apart after putting it in Slider (link here)? Please help. BTW, I can't see to extract the inline style and put it into a CSS file? following is the code I used for one class, does work unless put it inline?
Code:

.ari_slider_item.float-box-topblock
{
  background-image: url(images/MIS_Image/Media_Mask_left.png); 
  background-repeat: no-repeat; 
  background-position: 0px 0px; 
  width: 320px; height: 340px; 
  padding: 5px 15px;
}



UPDATE: The Carousel works fine in Chrome, NOT in FF.

Thanks for everything!!

Tony
Last Edit: 2011/03/21 21:05 By mistan.
The administrator has disabled public write access.
 
#12649
Re:Carousel inside Slider CSS and coding? 13 Years, 8 Months ago Karma: 760
Hello,

This problem with custom CSS rules on your site. Add the next CSS rule to site template CSS file that fix the problem:

Code:


.ari_slider_item img.cloudcarousel
{
  margin: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#12678
Re:Carousel inside Slider CSS and coding? 13 Years, 8 Months ago Karma: 0
Thanks!!! works like a charm. Tony
The administrator has disabled public write access.
 
Go to topPage: 1