[css-d] IE6 link not working

2007-10-23 Thread Eystein Alnaes
I'm having problems getting a link working IE6. The Les mer links in the two top elements in the right column won't respond to any :hover or clicking or similar. I've tried adding hasLayout with no luck. Removing the container div's background .png also doesn't make any difference. I'm very ready

Re: [css-d] IE6 link not working

2007-10-23 Thread Zak Owen
Here is a snippet from your code: div class=section campain img class=secondaryImg src=images/tempImg2.jpg alt=image width=255 height=93 / h2IT-hoder til de toslash;ffeste prosjektene/h2 pita miratur laudeque poetas/p a class=linkLes mer/a /div !-- end .section -- This is the

Re: [css-d] IE6 link not working

2007-10-23 Thread Eystein Alnaes
This is the trouble line: a class=linkLes mer/a For an anchor tag to take effect, it has to have the href= attribute set, otherwise the link won't fire and it seems that IE6 isn't acknowledging your a tags without href, hence your lack of :hover effects. The :hover shows up fine in IE7, btw.