Results 1 to 4 of 4

Thread: Height of suckertree

  1. #1
    Join Date
    Mar 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Height of suckertree

    Hi all

    on http://korfbal.kbkc.be/V2/ you find my website wich uses the suckertree menu.

    now i want to adjust the height of the menu.. can someone help me do this ?
    Cause when i give the
    Code:
    .suckertreemenu ul li a{
    a height of 22px it deforms the whole menu i really need this menu with a height of 22px, hope someone could help me out !

    Anyone a suggestion ?

    thx in advance.

    Boerie

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try:
    Code:
    .suckertreemenu>ul>li>a
    Good luck!

  3. #3
    Join Date
    Mar 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    Try:
    Code:
    .suckertreemenu>ul>li>a
    Good luck!

    Thanks mate ! But now i have the problem that my red menu is bigger than my rounded corners wich have have a height of 24px .

    I used this :

    Code:
    .suckertreemenu>ul>li>a 
    {
        height:18px;
        text-align:center;
        }
    thx again !

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try adding this:
    Code:
    .suckertreemenu>ul {
    margin-top: 2px;
    }
    Good luck!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •