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?

i want to control border length.can you help me ou
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: i want to control border length.can you help me ou
#21664
Re:i want to control border length.can you help me ou 12 Years, 7 Months ago Karma: 0
thanks for reply.

the issue was fixed witout changong any java script.


i used to add a span with my own class with required border styling.

<PHP>: in tmpl\menu.php


<a<?php echo AriHtmlHelper::getAttrStr($aAttr); ?>>
<span class="sub-menu-link">
<?php echo stripslashes(J1_6 ? $menuItem->title : $menuItem->name); ?>
<?php if ($hasChilds):?>
<span class="ux-menu-arrow"></span>
<?php endif;?>
</span>
</a>



CSS: in mod_ariexrmenu\js\css\menu.fix.css


UL.ux-menu LI.ux-menu-item-level-0 UL.ux-menu-sub LI.ux-menu-item-level-1 A.ux-menu-link-level-1>SPAN.sub-menu-link{
float:left;
width:180px;
padding-left:10px;
padding-right:15px;
padding-bottom:5px;
border-bottom:1px solid rgba(255, 255, 255, 0.3);
}
UL.ux-menu-sub LI>A.ux-menu-link-last>SPAN.sub-menu-link{
border-bottom:0px !important;
}




that's it.


Thnks & Regards,
CH.V.K.Prasad,
Indavest Technology Ventures,
Bangalore.
The administrator has disabled public write access.
 
Go to topPage: 12