Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

horizontal mode and no sub-items showing ...
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: horizontal mode and no sub-items showing ...
#7482
horizontal mode and no sub-items showing ... 14 Years, 2 Months ago Karma: 0
Hi !

I tried this wonderful menu component because i needed an horizontal menu with sub-items showing in a transition effect.

It appears to be wonderful but ... in firefox or internet explorer, i don't have sub-items showing.
The only way to show them is to turn IE in compatibility mode but the boxes turn into horrible.

I tried to mess around with Z-Index, going from -50000000000 to 50000000000, but nothing changesthe problem.

As i'm not a CSS PRO, i'm here to ask for a solution !


Thanks !
The administrator has disabled public write access.
 
#7483
Re:horizontal mode and no sub-items showing ... 14 Years, 2 Months ago Karma: 760
Hello,

Provide link to page where we can see this issue that we can help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7490
Re:horizontal mode and no sub-items showing ... 14 Years, 2 Months ago Karma: 0
Hi,

Thank you for your fast answer !

Here is the link to the site : site
The administrator has disabled public write access.
 
#7491
Re:horizontal mode and no sub-items showing ... 14 Years, 2 Months ago Karma: 760
Add the following CSS rules:

Code:


body #pillmenu
{
 overflow: visible;
}

#pillmenu .ux-menu li a
{
 padding: 10px 20px 10px 14px;
 line-height: 12px;
}

#pillmenu .ux-menu li li a
{
 padding: 10px 10px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7492
Re:horizontal mode and no sub-items showing ... 14 Years, 2 Months ago Karma: 0
Thank you a lot !

It works like a charm !

I still have some artefacts on the right of the sub-items of the menu.
It seems to be limited at the right of the longest sub-item.

Is there a way to remove them ?
The administrator has disabled public write access.
 
#7493
Re:horizontal mode and no sub-items showing ... 14 Years, 2 Months ago Karma: 760
Add the next CSS rule:

Code:


#pillmenu .ux-menu li a
{
 float: none;
}



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