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?

main menu item disappears
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: main menu item disappears
#21529
main menu item disappears 12 Years, 8 Months ago Karma: 0
Hello everybody,
i'm using Ari Ext Menu since some weeks and first all was ok.
But now (after installing joomla 1.7) i've got a problem:
wenn I go over a submenu item with the mouse, the background-image of my main menu item disappears.

ac-rheinhausen.de

(it should work like this:
acrjugend.cwsurf.de/cwjos)

That's my css style. Maybe chaotic and some useless parts, but it had worked at my former version (acrjugend.cwsurf.de/cwjos)

Code:

.ux-menu-init-hidden{visibility:hidden;position:absolute;}

.ux-menu-container{position:relative;padding-left: 5px;}

.ux-menu,.ux-menu ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;}.ux-menu li{position:relative;float:left;}

.ux-menu ul{position:absolute;top:0;left:0;}

.ext-border-box .ux-menu-ie-iframe,.ext-ie7 .ux-menu-ie-ifram{padding:0;margin:0;position:absolute;top:0;left:0;display:none;z-index:-1;}

.ux-menu-vertical .ux-menu-item-main{clear:left;}

.ux-menu a{display:block;position:relative; width:165px; height: 30px; text-decoration:none;background-image: url(http://acrjugend.cwsurf.de/cwjos/templates/acr-template/images/tastenew.png);  background-position: left top; background-repeat: no-repeat; font-size:12px;line-height:12px;padding:10px 14px; border: none; }

.ux-menu ul.ux-menu-sub a.ux-menu-link-level-1 {padding-top: 20px; padding-left: 25px; width:130px; height:18px; background-image: url(http://acrjugend.cwsurf.de/cwjos/images/notenblatt-kinder.jpg); background-position:left;}

a.ux-menu-item-parent{background-image: url(http://acrjugend.cwsurf.de/cwjos/templates/acr-template/images/tastenew.png);}

ux.menu ul a{width:100%;}



.ux-menu-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.ux-menu a.ux-menu-link-parent{padding-right:14px;min-width:1px;}

.ux-menu ul a,.ux-menu.ux-menu-vertical a{}

.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last{border:none;}

.ux-menu-arrow{display:block;width:8px;height:6px;right:10px;top:14px;position:absolute;background:url(images/menu-arrow-down.png) no-repeat;font-size:0;}

.ux-menu.ux-menu-vertical .ux-menu-arrow,.ux-menu ul .ux-menu-arrow{width:6px;height:8px;top:13px;background:url(images/menu-arrow-right.png) no-repeat;}

.ext-border-box .ux-menu-arrow{top:17px;}

.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow,.ext-border-box .ux-menu ul .ux-menu-arrow{top:16px;}

.ux-menu ul.ux-menu-hidden{display:none;}

.ux-menu a.current{background-image: url(http://acrjugend.cwsurf.de/cwjos/templates/acr-template/images/tastenew.png); background-position: left top; background-repeat: no-repeat;
border: none;}

.ux-menu-sub a.ux-menu-link-level-1{background-color:none; background-image: url(),}

.ux-menu a:hover{background-image: url(http://acrjugend.cwsurf.de/cwjos/templates/acr-template/images/tasterunter.png); background-position: left top; background-repeat: no-repeat; border: none;}



I hope somebody can help me and sorry for my englisch

Thanks a lot

Philipp
The administrator has disabled public write access.
 
#21531
Re:main menu item disappears 12 Years, 8 Months ago Karma: 748
Hello,

Try to add the next CSS rule:

Code:


.ux-menu a.ux-menu-link-hover.ux-menu-link-level-0 {
    background-image: url("http://acrjugend.cwsurf.de/cwjos/templates/acr-template/images/tastenew.png") !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21535
Re:main menu item disappears 12 Years, 8 Months ago Karma: 0
Great! It works!

Thank you very much!
The administrator has disabled public write access.
 
Go to topPage: 1