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?

Last Item Styling
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Last Item Styling
#7940
Last Item Styling 13 Years, 6 Months ago Karma: 0
Hi there!

I want to style the last item in the list but everything i try seems not to work,
can anyone help?


thanks!

Elisa
The administrator has disabled public write access.
 
#7947
Re:Last Item Styling 13 Years, 6 Months ago Karma: 747
Hello,

Provide link to page where we can see the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7950
Re:Last Item Styling 13 Years, 6 Months ago Karma: 0
Hello!

This is the pagelink, pefectly the Black slide would stick to the hover of the horizontal Menь. And the last item should have the same styling like the vertical items below.

tinyurl.com/34gvhzw

thanks!!
The administrator has disabled public write access.
 
#7961
Re:Last Item Styling 13 Years, 6 Months ago Karma: 747
Use the following CSS rules:

Code:


/* Fix site template styles */
.mainmenu ul.ux-menu-sub
{
 float: none;
 text-align: left;


.mainmenu ul.ux-menu li a
{
 float: none;
}

.mainmenu ul.ux-menu-sub li
{
 padding: 0;
 height: 30px;
}

.mainmenu ul.ux-menu-sub li a
{
 padding: 10px 14px;
}

/* Last sub-menu items styles */
.mainmenu ul.ux-menu-sub li a.ux-menu-link-last
{
 background: green;
 color: #000;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7966
Re:Last Item Styling 13 Years, 6 Months ago Karma: 0
Great, works fine thanks!
Where is the "donate" button?
Last Edit: 2010/10/20 14:28 By elisa.
The administrator has disabled public write access.
 
Go to topPage: 1