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?

Fixed button width
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Fixed button width
#5308
Fixed button width 13 Years, 9 Months ago Karma: 0
hello first i`m sorry for that stupid question, I`ve read a lot but nothing helped me
the site is: fokkerc.tk/bg/
I have two instances of the menu but the problems are with the top one

1. I need all the buttons to be 140 pixels in width (every one of them).
2. Need to change the text color and rollover color

The top menu`s name is: top_menu and it`s placed in the 'banner1' slot of the template.

Thank you a lot in advance.

Best Regards,
Kiril Nedev
The administrator has disabled public write access.
 
#5309
Re:Fixed button width 13 Years, 9 Months ago Karma: 747
Hello,

Try to add the following CSS rules:

Code:


body .yui-skin-sam .yuimenubarnav .yuimenubaritem
{
 width: 140px;
}

body .yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected
{
 border-color: #808080;
}
body .yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected
{
 border-left-color: #CCCCCC;
}

body .yui-skin-sam .yuimenubarnav .yuimenubaritem-selected
{
 background-image: none;
}



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