Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your 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?

Space between Buttons in horizontal menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Space between Buttons in horizontal menu
#5545
Space between Buttons in horizontal menu 1 Year, 6 Months ago Karma: 0
First of all I want to thank you for this great module. I hade some troubles at first but i nearly figured out everything I need by now. Except two things.


1. How do you define the spaces between the buttons? I tried quite a few things but I had to give up after spending too much time.

2. The second problem is almost the same. I need to know how to put some space in between the sublevel menu items. Also I didn't find out how to put a border around the sublevel-buttons themselves, only around the whole sublevel.

3. When hovering over the submenus, it doesn't highlight the whole menu-item, theres still some space on the top and the bottom that remains transparent. I couldn't figure out how to correct this.

The link to my site is: www.rockfactory.ch/cura_domizil/
Also I attached a picture of how it is supposed to look to this post.



Thank you very much in advance for helping me.
Last Edit: 2010/07/19 18:57 By Ghnaarz.
The administrator has disabled public write access.
 
#5623
Re:Space between Buttons in horizontal menu 1 Year, 6 Months ago Karma: 276
Hello,

Sorry for delay. You can add the following CSS rules:

Code:


body #navigation DIV.yui-skin-sam .yuimenu ul
{
 padding: 0;
}

body #navigation DIV.yui-skin-sam .yuimenu .bd  
{
 border-style:none;
}

body #navigation DIV.yui-skin-sam .yuimenu ul li
{
  border: 1px solid gray;
  margin: 4px 0;
}



Regards,
ARI Soft
Last Edit: 2010/07/22 13:31 By admin.
The administrator has disabled public write access.
 
#5762
Re:Space between Buttons in horizontal menu 1 Year, 6 Months ago Karma: 0
Thank you very much! Problem solved.

The delay didn't matter. I wasn't here anyway for a few days =).
The administrator has disabled public write access.
 
Go to topPage: 1