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?

Sub-Menus not showing in firefox
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub-Menus not showing in firefox
#7657
Sub-Menus not showing in firefox 13 Years, 6 Months ago Karma: 0
Hi,

I have tried several solutions for this issue but they do not seem to work.

The sub-menus do not seem to come up in the horizontal position because of the image.

miamifamily.net/

Thanks for you help.
The administrator has disabled public write access.
 
#7658
Re:Sub-Menus not showing in firefox 13 Years, 6 Months ago Karma: 747
Hello,

Add the following CSS rules:

Code:


body .row-top-menu
{
 overflow: visible;
 height: 35px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7659
Re:Sub-Menus not showing in firefox 13 Years, 6 Months ago Karma: 0
That did the trick.

Thank you so much.
The administrator has disabled public write access.
 
#7807
Re:Sub-Menus not showing in firefox 13 Years, 6 Months ago Karma: 0
where do i add the css codes? in the templates.css? pls help. greatly appreciated!

my site when open under firefox the submenu is being hidden under. Pls help.... have checked so many sites, but no help!

i have attached my template.css
www.ipctrsem.com/speedo/index.php
File Attachment:
File Name: template.txt
File Size: 23507
Last Edit: 2010/10/14 09:07 By dwarfs8.
The administrator has disabled public write access.
 
#7808
Re:Sub-Menus not showing in firefox 13 Years, 6 Months ago Karma: 747
Hello,

Add the following CSS rule to 'CSS Styles' parameter in module settings or to site template CSS file:

Code:


.main .row-top-menu,
.row-top-menu .corner-bottom-right
{
 overflow: visible;
}



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