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

2009-04-17 Thread Luis Speciale
Michael Beaudoin a écrit : 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 Firefox IE) This

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

2009-04-17 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

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

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 Firefox IE)

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: http://www.denijsdesign.de/more/clients/mendl/seiten/t_2.html and it's relevant

[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

[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

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 I