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?

Background menu dissapears when sub-menu is active
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Background menu dissapears when sub-menu is active
#40583
Background menu dissapears when sub-menu is active 11 Years ago Karma: 0
Hello,

The use of "Search Engine Friendly URLs" results in a dissapearing background when a sub-menu item is active. Does anyone know how to solve this problem?





.ux-menu
{
zoom:0;
position:absolute;
top:164px;
z-index:90;
margin-left: auto;
margin-right: auto;
width:984px;
height:57px;
background-image:url(templates/theme576_joomla25/images/menu_bg.gif);
}

.ux-menu LI A.ux-menu-link-level-0
{
background: transparent none;
border-style: none;!important;
height: 30px;
}

.ux-menu LI A.ux-menu-link-level-0 .ux-menu-arrow
{
top: 31px;
}

ul.ux-menu LI.ux-menu-item-main
{
background: transparent none;
border-style: none;!important;
margin-right: 18px;
margin-left: 18px;
}

ul.ux-menu LI.ux-menu-item-main>a
{
display: table-cell;
vertical-align: bottom;
}


ul.ux-menu LI.ux-menu-item-main>a.current
{
background-image: url(templates/theme576_joomla25/images/alt1menu_bg_right.gif), url(templates/theme576_joomla25/images/menu_bg_left.gif);
background-position: right top,left top;
background-repeat: no-repeat;
}

.ux-menu LI a.ux-menu-link-level-0:hover
{
background-image: url(templates/theme576_joomla25/images/alt1menu_bg_right.gif), url(templates/theme576_joomla25/images/menu_bg_left.gif);
background-position: right top,left top;
background-repeat: no-repeat;
}

.ux-menu LI a.ux-menu-link-hover
{
background-image: url(templates/theme576_joomla25/images/alt1menu_bg_right.gif), url(templates/theme576_joomla25/images/menu_bg_left.gif);
background-position: right top,left top;
background-repeat: no-repeat;
}

.ux-menu LI A.ux-menu-link-level-1
{
top: -6px;
}

.ux-menu LI A.ux-menu-link-level-2
{
top: -6px;
}
The administrator has disabled public write access.
 
#40589
Re:Background menu dissapears when sub-menu is active 11 Years ago Karma: 748
Hello,

Where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40649
Re:Background menu dissapears when sub-menu is active 11 Years ago Karma: 0
Hello,



I didnt'receive (or noticed) an email that someone replied to my post, sorry.

Access is now allowed: www.evo-it.nl/evo-it_testsite/Joomla25/


Thanks


Jan
The administrator has disabled public write access.
 
#40653
Re:Background menu dissapears when sub-menu is active 11 Years ago Karma: 748
When SEF is enabled, base path is used according to SEF url so your relative links to images don't work. Use link to images in the following way:

/evo-it_testsite/Joomla25/templates/theme576_joomla25/images/menu_bg.gif

instead of:

templates/theme576_joomla25/images/menu_bg.gif

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40655
Re:Background menu dissapears when sub-menu is active 11 Years ago Karma: 0
You saved my day!

Regards,

Jan
The administrator has disabled public write access.
 
Go to topPage: 1