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?

submenu width
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: submenu width
#24187
Re:submenu width 12 Years, 5 Months ago Karma: 0
And the second thing: before site is ready, menu looks like not working or destroying, see next picture
The administrator has disabled public write access.
 
#24188
Re:submenu width 12 Years, 5 Months ago Karma: 748
Try to add the next CSS rule:

Code:


UL.ux-menu-init-hidden
{
  position: absolute;
  top: -9999em;
  left: -9999em;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24195
Re:submenu width 12 Years, 5 Months ago Karma: 0
That code helped with hiding submenus, thank you.
I don`t understand, why in mozilla menu looks like normal, but in google chrome looks like in this screenshot:

An do you have any idea, what to do with that space between header and the menu? (I didn`t change anything with that in my template css)
The administrator has disabled public write access.
 
#24196
Re:submenu width 12 Years, 5 Months ago Karma: 0
I checked also internet explorer, there my menu looks like that:
The administrator has disabled public write access.
 
#24200
Re:submenu width 12 Years, 5 Months ago Karma: 748
menu.min.css from module package is modified on your site and problem with the next CSS rule:

Code:


.ux-menu a.ux-menu-link-level-0 {
display:inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24202
Re:submenu width 12 Years, 5 Months ago Karma: 0
is there any connection with fact that menu is lower that is should be (mean the space between menu and header). What should I do?
Last Edit: 2012/01/28 17:41 By bombelek.
The administrator has disabled public write access.
 
Go to topPage: 1234