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?

(no) borders, arrows
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: (no) borders, arrows
#16342
(no) borders, arrows 13 Years ago Karma: 0
Hello again,

Site

I want to play with borders, maybe remove them all...
The problem is, as I hit ctrl and (mouse) scroll (zoom) out, the last menu goes into next line. I was thinking, if I remove the borders, the width would stay the same.

Now I do not know if I want to remove the dropdown borders, I just do not know how it will look, but I would be grateful for code from where I could pick up playing with borders...


Also, that arrows, if I change them, or put transparent picture (as in no picture), will that be ok? (The natural order of things won't collapse, kheh?)
The administrator has disabled public write access.
 
#16343
Re:(no) borders, arrows 13 Years ago Karma: 748
Hello,

1. Use the next CSS rule that remove borders:

Code:


DIV.ux-menu-container UL.ux-menu LI A
{
 border-style: none;
}



2. Use the next CSS rule that remove arrows:

Code:


.ux-menu .ux-menu-arrow
{
 display: none;
}



BTW, information about menu HTML layout and CSS classes can be found here. You can use it that customize the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16354
Re:(no) borders, arrows 13 Years ago Karma: 0
Great, thank you a million! Works!

I will play today with it, and if I have some follow up questions,
"I will be back"

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