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?

Adding separators Horizontally and Vertically
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Adding separators Horizontally and Vertically
#15702
Adding separators Horizontally and Vertically 13 Years, 1 Month ago Karma: 0
How can we add separators Horizontally and Vertically as described in the attached image??



The red separator colors just for illustration

Thank you
The administrator has disabled public write access.
 
#15704
Re:Adding separators Horizontally and Vertically 13 Years, 1 Month ago Karma: 748
Use the next CSS rules:

Code:


.ux-menu-horizontal LI.ux-menu-item-level-0
{
    border-right: 1px solid red;
}

.ux-menu-horizontal .ux-menu-sub LI A
{
    border-bottom: 1px solid red;
}



PS: Information about menu HTML layout and styles can be found here. You can also use FireBug addon for FireFox browser that investigate menu styles and play with styles on runtime.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15707
Re:Adding separators Horizontally and Vertically 13 Years, 1 Month ago Karma: 0
Thank you
Got it.

One more question. Why the down arrows in the main menu look bad , while when hovering on them they look better. Last question
The administrator has disabled public write access.
 
#15709
Re:Adding separators Horizontally and Vertically 13 Years, 1 Month ago Karma: 748
The module uses <joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-arrow-down.png image as arrow for sub-menus. You can modify it for your needs.

Regards,
ARI soft
The administrator has disabled public write access.
 
#15711
Re:Adding separators Horizontally and Vertically 13 Years, 1 Month ago Karma: 0
You are amazing
I decided to remove it at all. It is much more cleaner menue
The administrator has disabled public write access.
 
Go to topPage: 1