Re: [css-d] menu background images don't appear at hovering - SOLVED

2009-04-18 Thread B . de Nijs
Hello, I've figured it out, I (simplyharhar... hours later) had to add: #mainmenu a { display: block;} to make the hovering bg images all appear fine (still, I don't why the normal bg images showed fine and only at hovering they didn't ... I really hate it if I don't understan

Re: [css-d] menu background images don't appear at hovering

2009-04-17 Thread Philippe Wittenbergh
On Apr 17, 2009, at 3:38 PM, B. de Nijs wrote: > for hiding the actual menutexts I wrap the menuitems texts with a span > class (.mainmenuitem { display: none; } > I've done so successfully on other sites (www.scanrock.de) but cannot > figure out why the hovering of the background images don't w

Re: [css-d] menu background images don't appear at hovering

2009-04-17 Thread B. de Nijs
Hi mx, thanks for your answer. but unfortunate the hover bg images of my menu still don't appear ... either the code it not yet correct, or I've done sth wrong at your instruction... see the new testpage here: and it's relevant st

Re: [css-d] menu background images don't appear at hovering

2009-04-17 Thread mx . cssdee
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 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#m

[css-d] menu background images don't appear at hovering

2009-04-16 Thread B. de Nijs
Hello dear list, I am trying to use background-images for menuitems and different ones at hovering over such. for hiding the actual menutexts I wrap the menuitems texts with a span class (.mainmenuitem { display: none; } I've done so successfully on other sites (www.scanrock.de) but cannot