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?

transparent sub menu backround & height
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: transparent sub menu backround & height
#11230
transparent sub menu backround & height 13 Years, 9 Months ago Karma: 0
Hello,
I use your menu as horizontal and have 2 problems with the submenu. The backround of the sub menu is not visible. I donґt know why. Is it possible to reduce the height of the sub menu?

michasdh.cwsurf.de/

Thanks for your help!! Micha
The administrator has disabled public write access.
 
#11246
Re:transparent sub menu backround & height 13 Years, 9 Months ago Karma: 760
Hello,

Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


.ux-menu a:link,
.ux-menu a:visited
{
  background-image: url(images/menu-item-bg.png)
}

.ux-menu-container ul.ux-menu-sub a
{
  padding: 10px 14px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11259
Re:transparent sub menu backround & height 13 Years, 9 Months ago Karma: 0
Thanks. Now the sub menu height is reduced and the the backround of the sub menu is visible. But after adding this rules the images menu_item_bg_current and _over doesnґt work. If you click on a menu item you see just for a moment one of these images. Very confusing. Micha
The administrator has disabled public write access.
 
#11261
Re:transparent sub menu backround & height 13 Years, 9 Months ago Karma: 760
Add the following CSS rules to <joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/menu.min.css file:

Code:


.ux-menu a.current,
.ux-menu a:link.current,
.ux-menu a:visited.current
{
  background-image:url('images/menu-item-bg-current.png');
}

.ux-menu a:focus,
.ux-menu a:hover 
{
  background-image:url(images/menu-item-bg-over.png) !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11262
Re:transparent sub menu backround & height 13 Years, 9 Months ago Karma: 0
Strange, now it looks like at the beginning. Maybe the template is the problem? The menu position is not top, itґs "nldfn_menu". The original menu doesnґt work like the way I want...
The administrator has disabled public write access.
 
#11263
Re:transparent sub menu backround & height 13 Years, 9 Months ago Karma: 760
Add the next CSS rules to menu.min.css file and don't touch previous CSS rules please:

Code:


.ux-menu a.ux-menu-link-hover 
{
  background-image:url(images/menu-item-bg-over.png) !important;
}
.ux-menu a:link,
.ux-menu a:visited
{
  background-image: url(images/menu-item-bg.png);
}

.ux-menu-container ul.ux-menu-sub a
{
  padding: 10px 14px;
}



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