Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 03:51:17 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155543 Posts in 21714 Topics by 7737 Members
Latest Member: simpleguy3
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: menu problem css  (Read 636 times)
Ogierini

Offline Offline

Posts: 276



WWW
« on: March 13, 2011, 05:28:09 PM »

hi,

I am trying to make a horizontal menu but it doesn't work as I wish.

Since there is a logo on the left site the menu appears on the right top site of the website.
www.ireneogier.nl/wb

But than I would like to each menu item to be just as large as the other one
so that the fall nicely above each other (see pic) , but if I put in a certain width, than the menu starts to be verticall.

I also want some padding on the left, but this  huh menu doesn't listen.

Any one some advice?


This s how I would like it to be: See picture.....

Logged

Kind regards,Irene
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #1 on: March 13, 2011, 09:37:51 PM »

try display: block on menu items
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2297



WWW
« Reply #2 on: March 13, 2011, 10:38:05 PM »

You can set the width (and more) on the  #menu li selector.

Code:
#menu li {
    background: url("images/menublok.jpg") no-repeat scroll 0 -3px transparent;
    float: left;
    height: 20px;
    padding: 0 0 0 8px;
    width: 130px;
}
Remove the background from the #menu a selector.

That will come very close.
Logged

Professional WebsiteBaker Solutions
Ogierini

Offline Offline

Posts: 276



WWW
« Reply #3 on: March 14, 2011, 08:51:14 AM »

thanks a lot!

I'll try it out tonight!
Irene
« Last Edit: March 14, 2011, 09:11:53 PM by Ogierini » Logged

Kind regards,Irene
Ogierini

Offline Offline

Posts: 276



WWW
« Reply #4 on: March 14, 2011, 09:03:38 PM »

this worked out great.

Thanks a lot.  grin



but now the hover is bugging me. #menu li a:hover I mean.
It should light up with white letters and a red background.
But I can't get it to the right.

The ull's and li's confuse me here...
« Last Edit: March 14, 2011, 09:25:07 PM by Ogierini » Logged

Kind regards,Irene
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2297



WWW
« Reply #5 on: March 14, 2011, 10:03:53 PM »

Now you have the background set on the #menu li selector.
Try setting the hover background on #menu li:hover instead of the #menu li a:hover
Logged

Professional WebsiteBaker Solutions
Ogierini

Offline Offline

Posts: 276



WWW
« Reply #6 on: March 15, 2011, 11:57:05 AM »

that was it!
Great thanks a lot!
The only thing that doesnt work as it should are the colours in the letters in hover. They should turn white and 2 px from the top

This should be in #menu li a:hover {
?
or am I wrong?
Logged

Kind regards,Irene
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2297



WWW
« Reply #7 on: March 15, 2011, 12:24:28 PM »

The text is created with Cufon. For :hover you need to add some parameters to the setup.
The Cufon wiki tells something about this.

With Javascript disabled (so without Cufon) the text is white on hover.
Logged

Professional WebsiteBaker Solutions
Ogierini

Offline Offline

Posts: 276



WWW
« Reply #8 on: March 15, 2011, 01:14:31 PM »

Yes! That was it. Thank you very much...!
Logged

Kind regards,Irene
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!