On Sun, 16 Nov 2008 21:31:54 +0100, Patrik Jansson wrote:
>> On 16.11.2008 15:24, Bruno Fassino wrote:
>>> I think they are aligned as desired, but in IE6 your hover is not working. 
>>> You have
>>> used a child selector (like in '.gallery a:hover > img.big') which IE6 
>>> doesn't
>>> support. I believe you can get rid of it (just use a simple descendant 
>>> selector).
>>> Then maybe IE6 still needs other minor corrections (like having an hover on 
>>> the
>>> simple 'a' as well), I haven't tested.
>>>
>>>
>> Thanks for that, I changed the child's to descendant selectors and 
>> everything seem to
>> work as desired! finally. :)
>>
> Hmm.. it seems I was a bit too hasty with saying it works... I installed IE6 
> now and
> saw that the hovers don't work. What could be the problem? You say that it 
> should have
> "hover on the simple 'a' as well", but
> doesn't it already have it? The appearance of big image is achieved when 
> hovering the
> thumbnail: --- .gallery a:hover img.big { display:block; } ---
>
[...]

Hi Patrik,
I have not studied your code, but from the code snippets you provide,
I believe that your problem with ":hover" in IE 6 *may* be due to that
browser needing an "extra kick in the pants" to get it to respond.

Try adding some other property to that rule, additional 
to "display: block;", that does not affect your design.

One suggestion I have is to add "background-position: 0 0;"

Sorry I can't help with the IE 8 problem. Perhaps I can ask Alan
how close Microsoft is to releasing 8, as it does appear to have
its share of problems?

Cordially,
David
--

______________________________________________________________________
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