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 menu box cuts off sometimes
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: sub menu box cuts off sometimes
#6483
sub menu box cuts off sometimes 13 Years, 8 Months ago Karma: 0
I notice on drop down menu, the box on first level cuts off but after refresh it shows up fine.
I cant seem to duplicate the issue but it happens when the page is not touched on screen and you mouse over the menu and notice that the text in menu drop down is cut off and box width shrunk.
when you open the link in new window or browser its fine.

where in the css file can you change the box sizes?

see image below under contact us.
also i cant seem to increase the font size of text in menu.not sure which css file to edit.



Last Edit: 2010/08/21 11:46 By crosswire.
The administrator has disabled public write access.
 
#6484
Re:sub menu box cuts off sometimes 13 Years, 8 Months ago Karma: 747
Hello,

If you want to define the same width for all sub-menu items, use the next CSS rule:

Code:


.ux-menu-container .ux-menu .ux-menu-sub LI
{
 width: 150px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6487
Re:sub menu box cuts off sometimes 13 Years, 8 Months ago Karma: 0
hi thanks it worked
also in firebug mode on firefox i find these 2 errors in jscript
so not sure if it will affect the website in any way
Last Edit: 2010/08/21 13:17 By crosswire.
The administrator has disabled public write access.
 
#6491
Re:sub menu box cuts off sometimes 13 Years, 8 Months ago Karma: 747
'ARI Ext Menu' javascript files are included twice on your site, one time with help the module the second time in site template. Remove it from site template if it isn't necessary.

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