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?

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 13 Years, 3 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 13 Years, 3 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 13 Years, 3 Months ago Karma: 760
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