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?

2 Instances of ARI Ext Menu with confllicting CSS
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: 2 Instances of ARI Ext Menu with confllicting CSS
#18141
2 Instances of ARI Ext Menu with confllicting CSS 12 Years, 11 Months ago Karma: 0
Hello Guys,

I've 2 menus on my page, their IDs are 18 & 20 respectively. I've tried specifying the IDs in the CSS like so:

.{$18}ux-menu-init-hidden{
visibility:hidden;
position:absolute;
}

...as per your advice on another post. The menus ignore all the CSS if it's like this (I have CSS for {$20} too. Is there another way to seperate the CSS? Can I use 2 stylesheets perhaps?

Many thanks,
Mark.C

Love your work!
The administrator has disabled public write access.
 
#18142
Re:2 Instances of ARI Ext Menu with confllicting CSS 12 Years, 11 Months ago Karma: 0
I've just checked, it also ignores #{$18} so it's the difference between class and id...
The administrator has disabled public write access.
 
#18144
Re:2 Instances of ARI Ext Menu with confllicting CSS 12 Years, 11 Months ago Karma: 748
Hello,

Correct code looks like:

Code:


#{$id} .ux-menu-init-hidden
{
  visibility:hidden;
  position:absolute;
}



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