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?

Change the look of the top-level menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Change the look of the top-level menu
#13390
Change the look of the top-level menu 13 Years, 3 Months ago Karma: 0
Hi. I've got this design: http://www.unctv.org/tWxkBbq_10M6wKRRL/y/home2.htm

I'd like to change the look of the ARI Ext Menu's top-level to look like the menu on this page (Home, Watch UNC-TV, etc.). The items that drop down would still have the default look of Ext Menu. Is this possible? How? Thanks.
The administrator has disabled public write access.
 
#13391
Re:Change the look of the top-level menu 13 Years, 3 Months ago Karma: 748
Hello,

It requires custom CSS rules. Information about menu HTML layout and CSS classed can be found here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13404
Re:Change the look of the top-level menu 13 Years, 3 Months ago Karma: 0
Thanks. Is it possible to wrap the top-most level menu item's anchor tag's text in a span, so it looks like this?

Code:

<a href="#"><span class="embed embed-top-nav">Home</span></a>


I looked through the menu.html.php file but couldn't figure out where this could be done. Thanks.
The administrator has disabled public write access.
 
#13406
Re:Change the look of the top-level menu 13 Years, 3 Months ago Karma: 748
See line #133, you can try to use the next code:

Code:


<a<?php echo AriHtmlHelper::getAttrStr($aAttr); ?>><span class="embed embed-top-nav"><?php echo stripslashes(htmlspecialchars($menuItem->name)); ?></span></a>



instead of:

Code:


<a<?php echo AriHtmlHelper::getAttrStr($aAttr); ?>><?php echo stripslashes(htmlspecialchars($menuItem->name)); ?></a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13407
Re:Change the look of the top-level menu 13 Years, 3 Months ago Karma: 0
Thank you You folks are fast in answering questions. I'm very impressed. Thanks again.
The administrator has disabled public write access.
 
Go to topPage: 1