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?

1px gap between menu and dropdown submenu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: 1px gap between menu and dropdown submenu
#46997
1px gap between menu and dropdown submenu 10 Years, 4 Months ago Karma: 0
Hi,
thank You for Your menu module.

I've bumped to a problem with the module that seems to me can't be solved by css alone. Dropdown submenu is 1px lower than bottom part of menu so it creates 1px gap. (This is visible even on the demo page.)
This creates specific two-folded problem for me.
1) This line doesn't go well with the design of website
2) When you move your mouse too slow over the gap, submenu disappears.

Is there any chance of getting rid of that 1 px gap?

You can see the whole thing at: dogma.apostolskacirkev.cz

Thanks a lot!

IRQcko
The administrator has disabled public write access.
 
#46998
Re:1px gap between menu and dropdown submenu 10 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rule:

.ux-menu-horizontal .ux-menu-sub
{
margin-top: -1px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46999
Re:1px gap between menu and dropdown submenu 10 Years, 4 Months ago Karma: 0
Thank You.
I've used this one before but the line is still there while the submenu is being animated (and disappears after js finishes). But I guess I can set short animation time (0.1) and leave it that way.

Thanks for guick reply.

IRQcko
The administrator has disabled public write access.
 
Go to topPage: 1