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?

Menu Problems CSS wont work
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Menu Problems CSS wont work
#26441
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 0
Yes i have tried, but it seems that I should set the size of an LI, or the full navi.
And set it to bottom so the cross has enough space.

Code:

line-height: 30px;


will not work correctly, or I am implementing that in the bad css element...



greet;s heisabrutalo
The administrator has disabled public write access.
 
#26446
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 748
Use the next CSS rules:

Code:


#ariext88_container ul.ux-menu li.current a,
#ariext88_container ul.ux-menu li:hover
{
background: transparent url('../images/cross.png') top center no-repeat; 
color: black;
}



instead of:

Code:


#ariext88_container ul.ux-menu li.current a,
#ariext88_container ul.ux-menu li:hover
{
background: transparent url('../images/cross.png') center center no-repeat; 
color: black;
}



and add the next CSS rule:

Code:


UL.ux-menu A.ux-menu-link-level-0
{
 line-height: 46px
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26447
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 0
Hi

Really nice, I was near by thx

But now I have this problem, and I don't know how override this.

The Rule is set for
Code:

#ariext88_container ul.ux-menu li.current a,


not for the, ux-menu-sub, I don't understand this




greet;s heisabrutalo
Last Edit: 2012/03/19 18:37 By heisabrutalo.
The administrator has disabled public write access.
 
#26448
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 748
Use "#ariext88_container ul.ux-menu li.current>a" CSS selectore instead of your CSS selector.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26449
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 0
Done. You are so genius!

Thx for excellent support!
The administrator has disabled public write access.
 
#26476
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 0
Good morning!

I have found another problem on my Menu.

Now when I click on "Kork" after hovering on "Produkte".

And now when I hover one more time on "Produkte", a cross is over the LI in the submenu.


we have set the child selector, but why the submenu now inherit it?.





my site: grubo.lanneqx.com

greet;s heisabrutalo
Last Edit: 2012/03/20 08:11 By heisabrutalo.
The administrator has disabled public write access.
 
Go to topPage: 123