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 Hex Menu - submenus problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Ari Hex Menu - submenus problem
#9912
Ari Hex Menu - submenus problem 13 Years, 3 Months ago Karma: 0
Submenus are hidden.
The menu is blocked from div container and not open the submenus.

www.sviluppointernet.com/index.php?option=com_content&view=article&id=5&Itemid=321

bye Nico
Last Edit: 2011/01/10 21:14 By cubalibre.
The administrator has disabled public write access.
 
#9915
Re:Ari Hex Menu - submenus problem 13 Years, 3 Months ago Karma: 748
Hello,

This a problem with site template styles. Add the following CSS rule:

Code:


.s5_wrap .s5_roundedmm
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9918
Re:Ari Hex Menu - submenus problem 13 Years, 3 Months ago Karma: 0
Yes, this problem is fixed. But the menu is overlapped from others layers....
www.sviluppointernet.com/index.php?option=com_content&view=article&id=5&Itemid=321
bye
Nico
Last Edit: 2011/01/11 06:45 By cubalibre.
The administrator has disabled public write access.
 
#9921
Re:Ari Hex Menu - submenus problem 13 Years, 3 Months ago Karma: 748
Use the next CSS rules:

Code:


.s5_wrap .s5_roundedmm
{
 overflow: visible;
}

DIV#s5_bottomback
{
 position: relative;
}

DIV#s5_topgradient_back
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9934
Re:Ari Hex Menu - submenus problem 13 Years, 3 Months ago Karma: 0
your support is excellent! There is still the problem in the footer layers as you can see by opening the last entry in the menu on the right ...


www.sviluppointernet.com/index.php?option=com_content&view=article&id=5&Itemid=321

bye,
Nico
The administrator has disabled public write access.
 
#9937
Re:Ari Hex Menu - submenus problem 13 Years, 3 Months ago Karma: 748
It requires to modify site template HTML layout and style="z-index:9" attribute to <div class="s5_wrap"> container which contains footer. It can be done with help custom CSS code because "s5_wrap" is non-unique CSS class.

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