Log in

View Full Version : Height of suckertree



Boerie
03-09-2009, 06:35 PM
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
.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

Snookerman
03-09-2009, 06:41 PM
Try:

.suckertreemenu>ul>li>a

Good luck!

Boerie
03-09-2009, 06:51 PM
Try:

.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 :


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

thx again !

Snookerman
03-09-2009, 07:11 PM
Try adding this:

.suckertreemenu>ul {
margin-top: 2px;
}

Good luck!