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?

CSS styles for J1.6
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSS styles for J1.6
#11328
CSS styles for J1.6 13 Years, 1 Month ago Karma: 0
I installed ARI YUI menu and trying to customize. I saw the CSS style box saying "...You can use predefined variable {$id} which will be replaced with id of menu container". Can you please let me know which id I have to use? The module is placed in a div container with id "header" If possible one example please. Thanks in advance.
The administrator has disabled public write access.
 
#11334
Re:CSS styles for J1.6 13 Years, 1 Month ago Karma: 746
Hello,

{$id} predefined variable will be replaced with value of "id" parameter of menu container HTML element. For example if you want to create red border around menu, enter the following code in "CSS Styles" parameter:

Code:


DIV#{$id}
{
 border: 2px solid red;
}



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