Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 1 Year, 7 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 1 Year, 7 Months ago Karma: 276
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