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?

remove bottom-border from last submenu item
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: remove bottom-border from last submenu item
#20882
remove bottom-border from last submenu item 12 Years, 5 Months ago Karma: 0
I'm sorry to bother you again.
But on this site: www.tv76.nl
I have a drop down submenu.
As a seperator I created u bottom-border.
Is it possible to remove the border for the last item?

I experimenten myself and looked trough the this last years forum. But I can not find it.

Can you please help me?

Thanks in advance.
The administrator has disabled public write access.
 
#20886
Re:remove bottom-border from last submenu item 12 Years, 5 Months ago Karma: 746
Use the next CSS rules:

Code:


.yui-skin-sam UL UL LI.first-of-type A
{
 border-top-style: none !important;
}

LI.yuimenuitem-level-1 A
{
 border-bottom-style: none !important;
 border-top: 2px solid #5C7028 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20887
Re:remove bottom-border from last submenu item 12 Years, 5 Months ago Karma: 0
wow tnx! for this great help.
Next time a'm going to ask stuff like this sooner.
I experimented for 2 hours before I asked you!

Can I use this code for other sites with this module too?
The administrator has disabled public write access.
 
#20888
Re:remove bottom-border from last submenu item 12 Years, 5 Months ago Karma: 746
Yes, you can use it for other module instances.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20889
Re:remove bottom-border from last submenu item 12 Years, 5 Months ago Karma: 0
thanks again!
The administrator has disabled public write access.
 
Go to topPage: 1