Re: [WSG] Fighting with IE

2008-12-02 Thread Luke Hoggett
Date: Wed, 3 Dec 2008 14:02:15 +1100 From: [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Subject: Re: [WSG] Fighting with IE Well, your current code is: To get a hover working in IE6, you'd need to change your CSS like so: .project:hover{backgr

RE: [WSG] Fighting with IE

2008-12-02 Thread Laert Jansen
From: [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Subject: Re: [WSG] Fighting with IE Well, your current code is: To get a hover working in IE6, you'd need to change your CSS like so: .project:hover{background-color:#D1D1D1;} becomes .project a:hover { background-

Re: [WSG] Fighting with IE

2008-12-02 Thread James Ducker
a problem to ask you > how should I use this "anchors" stuff? > > Laert > > -- > Date: Wed, 3 Dec 2008 13:16:39 +1100 > From: [EMAIL PROTECTED] > To: wsg@webstandardsgroup.org > Subject: Re: [WSG] Fighting with IE > > Hi Laert, > > I don't

RE: [WSG] Fighting with IE

2008-12-02 Thread Laert Jansen
Hey James, Thanks a lot. I´m reading the article now. Is there a problem to ask you how should I use this "anchors" stuff? Laert Date: Wed, 3 Dec 2008 13:16:39 +1100 From: [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Subject: Re: [WSG] Fighting with IE Hi Laert, I don

Re: [WSG] Fighting with IE

2008-12-02 Thread James Ducker
Hi Laert, I don't have IE6 on this machine, but looking at your CSS I can see that you are attempting to apply the :hover pseudo-class to a a DIV (div.project). Normally this would be fine, But IE6 does not support :hover on any element other than an anchor. My recommendation would be to change t

[WSG] Fighting with IE

2008-12-02 Thread Laert Jansen
Hello everyone, I´m looking for some help cause I´ve been fighting with IE here. I´m bulding a new lightbox portfolio and it looks good on FF but terrible on IE 6. The over state of the squares is not working(IE6). Also I built some lines with but don´t think that´s correct since it´s look