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?

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 13 Years, 9 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 15:57 By Ghnaarz.
The administrator has disabled public write access.
 
#5623
Re:Space between Buttons in horizontal menu 13 Years, 9 Months ago Karma: 748
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 10:31 By admin.
The administrator has disabled public write access.
 
#5762
Re:Space between Buttons in horizontal menu 13 Years, 9 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