[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

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

2009-04-16 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) >

Re: [css-d] IE 6 problem

2009-04-16 Thread David Laakso
David Laakso wrote: > Alan King wrote: > >> My site looks good in Safari, Netscape, Opera etc. but falls apart in >> IE. I've got conditional comments in a linked css file that I thought >> would sort it out. But, no. Any suggestions would be gratefully >> received: >> http://www.helixdesi

[css-d] Site check please...

2009-04-16 Thread Michael Beaudoin
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) - I've put the large type (our firm) at th

Re: [css-d] Browser issues

2009-04-16 Thread Climis, Tim
> What do you mean by "a bit of a margin doubling bug"? I would love to > fix any problems you detect. If you look closely (and it's easier to see with a firefox extension like IETab), you'll notice that the margins between things are bigger in IE than in Firefox/Safari/Opera. Usually the cause

Re: [css-d] Browser issues

2009-04-16 Thread Ada Elgavish
Hello everybody, I feel like such a fool...(or a newbie, which I am). Since I first tried posting my question, which is about a week ago (long story), I must have done something, because you are right. All of a sudden, it displays the same in Netscape and FireFox. What do you mean by "a bit of a

Re: [css-d] Browser issues

2009-04-16 Thread David Laakso
Ada Elgavish wrote: > I am very new to css and I will appreciate any help I can get. I can > view my webpage at http://138.26.120.126/index.html in IE, Opera and > Safari; however, in Netscape Navigator and Firefox, it doesn't display > correctly. Any suggestions? Thanks Ada > > > Try (not tes

Re: [css-d] simple margins not collapsing

2009-04-16 Thread Bobby Jack
--- On Thu, 4/16/09, Trevor Nicholls wrote: > Can somebody please explain why the lower margin of my > first para and the > upper margin of my "fragment" div are not > collapsing? You fragment div is floated left. From the spec. (http://www.w3.org/TR/CSS21/box.html#collapsing-margins): "Verti

Re: [css-d] IE 6 problem

2009-04-16 Thread David Laakso
Alan King wrote: > My site looks good in Safari, Netscape, Opera etc. but falls apart in > IE. I've got conditional comments in a linked css file that I thought > would sort it out. But, no. Any suggestions would be gratefully > received: > http://www.helixdesign.ca > Conditional comment

Re: [css-d] Browser issues

2009-04-16 Thread Ian Young
> Subject: Re: [css-d] Browser issues > > > - Original Message - > From: "Ada Elgavish" > Subject: [css-d] Browser issues > > > >I am very new to css and I will appreciate any help I can get. I can > > view my webpage at http://138.26.120.126/index.html in IE, Opera and > > Safari; how

Re: [css-d] Browser issues

2009-04-16 Thread Peter Hyde-Smith
- Original Message - From: "Ada Elgavish" Subject: [css-d] Browser issues >I am very new to css and I will appreciate any help I can get. I can > view my webpage at http://138.26.120.126/index.html in IE, Opera and > Safari; however, in Netscape Navigator and Firefox, it doesn't displa

Re: [css-d] double borders. A different story in IE?

2009-04-16 Thread Michael Adams
On Thu, 16 Apr 2009 16:11:32 +0300 Came this utterance formulated by Jon Wickström to my mailbox: > > And yet you have a fake XML declaration in line 9 which does nothing > > that i can see. Still would validate though. > > It's a HTML-comment. I can't see what difference it would make. It was >

[css-d] simple margins not collapsing

2009-04-16 Thread Trevor Nicholls
Hello Can somebody please explain why the lower margin of my first para and the upper margin of my "fragment" div are not collapsing? How could I fix this? I've seen this gap in both IE7 and FF3. The target market is IE6+. Thanks in advance Trevor Here's the html: --- http://www.w3.org/TR/html

Re: [css-d] Browser issues

2009-04-16 Thread Climis, Tim
> it doesn't display correctly. Any suggestions? It looks identical in Firefox (3.1b3), Safari (4b), and Opera (9.64) to me. Your pop out menu isn't working in any of them. It looks like you might have a little bit of margin doubling bug going on in IE, but otherwise, it looks pretty similar t

[css-d] Browser issues

2009-04-16 Thread Ada Elgavish
I am very new to css and I will appreciate any help I can get. I can view my webpage at http://138.26.120.126/index.html in IE, Opera and Safari; however, in Netscape Navigator and Firefox, it doesn't display correctly. Any suggestions? Thanks Ada __

Re: [css-d] IE 6 problem

2009-04-16 Thread mx . cssdee
Nice Design! Site looks great in FF3! It does break in IE6: #blurb is too far right, and pushes #sidebarRt down the page. I checked your IE.css file and yes you do correct the hasLayout issue but there are always issues with floats in IE. It might be worth using the conditional CSS to play aro

[css-d] IE 6 problem

2009-04-16 Thread Alan King
My site looks good in Safari, Netscape, Opera etc. but falls apart in IE. I've got conditional comments in a linked css file that I thought would sort it out. But, no. Any suggestions would be gratefully received: http://www.helixdesign.ca _

Re: [css-d] double borders. A different story in IE?

2009-04-16 Thread Alan Gresley
Jon Wickström wrote: [...] > IE7. I'm hoping it is in standards compliant mode. Shouldn't the doctype > declaration do that? > > URL: http://www.ekebodagis.fi/ekebo/test.html > > Regards, >Jon Wickström Jon, you have this. #meny li.selected { border: 9px double red; margin: 0; }

Re: [css-d] double borders. A different story in IE?

2009-04-16 Thread Jon Wickström
> And yet you have a fake XML declaration in line 9 which does nothing > that i can see. Still would validate though. It's a HTML-comment. I can't see what difference it would make. It was suggested IE goes into quirks mode because of a xml-declaration, so I moved it down and made it into a comm