Hi,

You CSS in mendl_mm.css:
li#mm_news { ... }
li#mm_news a:hover { ... }
li#mm_kontakt { ... }
li#mm_kontakt a:hover { ... }
and so on...

The <a> tags have no width or height so you can either do one of the  
following:

(1) Add:
.mainmenulist li a { width: 156px; height: 40px; }

(2) Change:
li#mm_news { ... }
li#mm_kontakt { ... }

And all others to:
li#mm_news a { ... }
li#mm_kontakt a { ... }

Ta,

~Mx


On Apr 17, 2009 7:38am, "B. de Nijs" <bden...@denijsdesign.de> wrote:
> http://www.denijsdesign.de/more/clients/mendl/css/mendl_basic.css
> http://www.denijsdesign.de/more/clients/mendl/css/mendl_mm.css
> can somebody figure out what I must do to get it right?
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to