> http://www.simple-nude.com/demo.html
>
[quoted text clipped - 4 lines]
> them, please? Some evidence might be seen in the bogus
> underline-looking graphic at the right-bottom of each thumb.
The problem disappears (IE6) when I remove the lne
div#links a:hover {border:0px black dashed;}
from your CSS. I can't offer any insight as to why this might be.
Nik
Nik - 29 Nov 2006 11:16 GMT
>> http://www.simple-nude.com/demo.html
>>
[quoted text clipped - 10 lines]
>
> Nik
The underline effect can be cleared by adding text-decoration:none to
div#links a{}.
Nik
fredo - 29 Nov 2006 13:39 GMT
> The problem disappears (IE6) when I remove the lne
> div#links a:hover {border:0px black dashed;}
> from your CSS. I can't offer any insight as to why this might be.
Yes, the thumbnails don't move with that change, but in that case the
larger image doesn't show up for me. Nik, can you please tell me if the
larger image (.im2) pops up when you take that line out? If so, what
version of IE? Thanks, Nik.
I should have said before that I'm using IE6.
And thanks for pointing out that the underline fragments go away when I
say text-decoration:none.
-- fredo
Nik - 29 Nov 2006 14:26 GMT
> Yes, the thumbnails don't move with that change, but in that case the
> larger image doesn't show up for me. Nik, can you please tell me if the
> larger image (.im2) pops up when you take that line out? If so, what
> version of IE? Thanks, Nik.
>
> I should have said before that I'm using IE6.
You know, I was so hung up on the moving thumbnails that I never looked
at the **** popup!
Anyway, the problem is that you have white space betwen the two <img>
tags in each <a>. If you delete this so that instead of
<a>
<img>
<img>
</a>
You have
<a>
<img><
img>
</a>
You will see the jumping disappear.
I'm, on IE6, at least for the rest of today.
Nik
fredo - 29 Nov 2006 17:18 GMT
> Anyway, the problem is that you have white space betwen the two <img>
> tags in each <a>. If you delete this ... You have
[quoted text clipped - 5 lines]
> You will see the jumping disappear.
> Nik
That works perfectly! That you Nik and Jim.
-- fredo
fredo - 29 Nov 2006 13:48 GMT
> The problem disappears (IE6) when I remove the lne
> div#links a:hover {border:0px black dashed;}
> from your CSS. I can't offer any insight as to why this might be.
Yes, the thumbnails don't move with that change, but in that case the
larger image doesn't show up for me. Nik, can you please tell me if the
larger image (.im2) pops up when you take that line out? If so, what
version of IE? Thanks, Nik.
I should have said before that I'm using IE6.
And thanks for pointing out that the underline fragments go away when I
say text-decoration:none.
-- fredo