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

Re: [css-d] Site check please...

2009-04-17 Thread Ian Young
> Subject: [css-d] Site check please... > > I'm fleshing out a new site. I thought I'm doing this is as simple a > manner as possible to not induce any anomalies, but I'm having some > issues. > > What I can see off the bat... > > - In Safari, the logo on the right doesn't show (it does in Firef

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

[css-d] WTF, IE!?

2009-04-17 Thread d.williams
Hi all, I could use help figuring out what the heck is going on in IE6 and 7 for this page: http://distantelegy.net/clients/ebip I need to be able to push div#content down, which is easily accomplished with margin-top in all other browsers. Nothing I do seems to move that sucker down and I think

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

[css-d] Centering a floated list....

2009-04-17 Thread Matthew Stoneback
Unfortunately I have to write to the list to get help with something remedial once again... I have a navigation on this page: http://www.eddysound.com/dev/adr/ that I would like to center. It is a floated list. I cannot seam to get the list to center within the blue navigation area. What am I d

Re: [css-d] Centering a floated list....

2009-04-17 Thread David Hucklesby
Matthew Stoneback wrote: > [...] > I have a navigation on this page: http://www.eddysound.com/dev/adr/ that I > would like to center. It is a floated list. I cannot seam to get the list > to center within the blue navigation area. What am I doing wrong? I have > been able to do this before but

Re: [css-d] Centering a floated list....

2009-04-17 Thread Mark Henderson
Matthew Stoneback wrote: > I have a navigation on this page: http://www.eddysound.com/dev/adr/ that I > would like to center. It is a floated list. I cannot seam to get the list > to center within the blue navigation area. What am I doing wrong? I have > been able to do this before but I am cur