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?

Help with submenu behind content, and alignment
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Help with submenu behind content, and alignment
#9715
Help with submenu behind content, and alignment 13 Years, 3 Months ago Karma: 0
I am new to CSS programing and love your ext menu, but am having trouble with sub menu hiding behind the sites content. It can be found here, www.tourrica.com/costa-rica-facts . I am also looking for a way to align the menu to the center as a posed to the left and maybe have the menu boxes the same size, is this possible?

Can any of these issues be solved via the "CSS styles" menu?

Thanks,
~B
Last Edit: 2010/12/31 06:34 By bhemusic.
The administrator has disabled public write access.
 
#9719
Re:Help with submenu behind content, and alignment 13 Years, 3 Months ago Karma: 747
Hello,

Add the following CSS rules:

Code:


.ux-menu-container UL LI,
.ux-menu-container UL LI:hover
{
 padding-left: 0;
}

#topmodule .yjsquare_in, .yjsquare_yj3 .yjsquare_in,
#topmodule .yjsquare,
body #topmodule
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9721
Re:Help with submenu behind content, and alignment 13 Years, 3 Months ago Karma: 0
Perfect! That worked great, talk about about great customer service!

That worked so well I decided to use the ext_menu on the main left menu but am having the same problem with it being behind other modules. www.tourrica.com/ it is the left menu. Is it possible to get the "CSS styles' for this also?

Thanks again,
~B
The administrator has disabled public write access.
 
#9741
Re:Help with submenu behind content, and alignment 13 Years, 3 Months ago Karma: 747
Use the next CSS rules:

Code:


body #holder,
body #holder .inside
{
 overflow: visible;
}



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