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?

Ari Slider out of position
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Ari Slider out of position
#21770
Re:Ari Slider out of position 12 Years, 5 Months ago Karma: 747
If you want to show the slider instead of "banner" image, you can add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


body div#usermac
{
 padding-top: 65px;
 margin-left: -8px;
}



But currently the slider is shown into "usermac" position and it is not shown instead of "banner" image because it is implemented in this way by site template developers.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21774
Re:Ari Slider out of position 12 Years, 5 Months ago Karma: 0

I wrote the new CSS rule and now I can see the slider in the right position in Firefox, but not in IE.
I appreciate your help.
Last Edit: 2011/11/16 15:12 By xmcamino.Reason: images does not upload
The administrator has disabled public write access.
 
#21776
Re:Ari Slider out of position 12 Years, 5 Months ago Karma: 747
Try to add the next CSS rule:

Code:


body div div#usermac
{
 *padding-top: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21783
Re:Ari Slider out of position 12 Years, 5 Months ago Karma: 0
Ok, its works good, but now the dynamic menu is behind the slide in IE. In Firefox is very very good.
Thanks so much!
The administrator has disabled public write access.
 
#21784
Re:Ari Slider out of position 12 Years, 5 Months ago Karma: 747
Add the next CSS rule:

Code:


BODY DIV#top_menu
{
 position: relative;
 z-index: 2;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21788
Re:Ari Slider out of position 12 Years, 5 Months ago Karma: 0
Sorry, but now in IE and FFox appears a black rectangle over our shield (logo)... and when the images slide refresh, the las image appears over the dynamic menu...
Last Edit: 2011/11/16 16:24 By xmcamino.
The administrator has disabled public write access.
 
Go to topPage: 1234