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