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
#26407
Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 0
hi

I have some problems with my menu. I can set something in the CSS but nothing will change.


e.g. .ux-menu-sub li a {color: red;}

my site: grubo.lanneqx.com/


How i can change my menu, how on picture03?
How i can change all Anchor to uppercase text transform in ARI Menu?

Images:








greet;s heisabrutalo
Last Edit: 2012/03/18 22:31 By heisabrutalo.
The administrator has disabled public write access.
 
#26411
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 748
Hello,

Information about menu HTML layout and CSS classes can be found here. It can be used to customize the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26421
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 0
Thx for the help, now I have found some errors in my css.
Now I don't know why the submenu adds a break after the list-style.


grubo.lanneqx.com/



can anyone help me?

Is it better to set a background-image or a list-style?



greet;s heisabrutalo
The administrator has disabled public write access.
 
#26434
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 748
Try to add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


#ariext88_container ul.ux-menu ul.ux-menu-sub li {
 list-style-type: none;
 list-style-image: none;
 background: transparent url(templates/atomic/images/arrow_submenu.png) left center no-repeat; 
}

#ariext88_container ul.ux-menu ul.ux-menu-sub li A {
 padding-left: 35px;
 line-height: 25px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26439
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 0
Nice work! thx very much.

Now I will set a cross.png over the links, but I can't move them to the top.
Because there are no free space, what can I do?


my site: grubo.lanneqx.com/



greet;s heisabrutalo
The administrator has disabled public write access.
 
#26440
Re:Menu Problems CSS wont work 12 Years, 3 Months ago Karma: 748
We can recommend to use FireBug addon for FireFox browser to investigate elements styles and play with styles.

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