Here is a snippet from your code:
<div class="section campain">
<img class="secondaryImg" src="images/tempImg2.jpg" alt="image"
width="255" height="93" />
<h2>IT-hoder til de t&oslash;ffeste prosjektene</h2>
<p>ita miratur laudeque poetas</p>              
<a class="link">Les mer</a>
</div> <!-- end .section -->

This is the trouble line: <a class="link">Les 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.

Hope this helps

Zak

On 10/23/07, Eystein Alnaes <[EMAIL PROTECTED]> wrote:
> 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 to
> squash this last IE bug!
>
> You can view it here
> http://imack.spymac.com/test/h0.html
>
> css:
> http://imack.spymac.com/test/css/main.css
> http://imack.spymac.com/test/css/ie6.css
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>


-- 
Zak Owen
LAB-Physics
http://www.lab-physics.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to