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-sub-menu's position changes every other time
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub-sub-menu's position changes every other time
#38093
Sub-sub-menu's position changes every other time 11 Years, 2 Months ago Karma: 0
I'm working on a site that has three levels of navigation: the main menu, sub-menu, and some items have a sub-sub-menu. A very strange thing is happening with the sub-sub-menus. The sub-sub-menu pops out to the right of the sub-menu, but on every other page load, it pops out about 95 pixels further to the right than it's supposed to. In other words, if I load a page once, the sub-sub-menu is in the correct position, but if I reload the same page without changing anything, the sub-sub-menu jumps over 95 pixels to the right.

The same thing happens if I click over to another page: only every other page load has the menu positioned correctly.

Here's the staging site. You'll see what I mean if you roll over Landscape Architecture and then About, then reload the page and roll over the same menu items again.
annecampbelldesign.com/~suereed/

Now, as I've been testing this, it has changed from working on every other page load to only working about every 5 or 6 page loads. I'm completely confused why this would be so random.

Thanks very much for any help you can offer!

-Anne
The administrator has disabled public write access.
 
#38095
Re:Sub-sub-menu's position changes every other time 11 Years, 2 Months ago Karma: 748
Hello,

This problem with custom CSS rules for menu on your site. Add the following CSS rule to fix the problem:

UL.ux-menu li ul.ux-menu-sub ul.ux-menu-sub
{
margin-left: 0 !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38098
Re:Sub-sub-menu's position changes every other time 11 Years, 2 Months ago Karma: 0
Thanks so much for your quick response! I've made that change, but I'm still experiencing a similar problem. Sometimes on page load, the sub-sub-menu is aligned correctly, and sometimes it overlaps the sub-menu. I've attached another screenshot. Any other ideas? I'm so puzzled as to why it *sometimes* looks right and sometimes doesn't, without making any change.

Thanks again -
Anne
The administrator has disabled public write access.
 
#38101
Re:Sub-sub-menu's position changes every other time 11 Years, 2 Months ago Karma: 748
It can be a problem with custom CSS rules which is used for the menu. Restore original menu styles and your custom CSS rule one by one to find the problem.

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