david wrote:

>dimpie wrote:
>  
>
>>I have a problem in Internet Explorer 6.
>>
>>The hover over a thumbnail inside a link is not working
>>[...]
>>You can find the webpage here.
>>http://www.glassbox.nl/deksels/deksels/deksels_verhuur.php
>>    
>>
>27 validation errors in HTML:
>http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.glassbox.nl%2Fdeksels%2Fdeksels%2Fdeksels_verhuur.php
>  
>
Hi Dimpie,
Got it!
It's not the html-errors, nor the javascript (errors).
I didn't realize first, but I made an IE proof working example some time 
ago.
The solution is simple [1] : add

   .thumb a:hover {
    background-position: 0 0; /* correction for IE */
    }

Implemented in your testpage: full speed hover craft!

    * fresh testpage :-)
      <http://home.tiscali.nl/developerscorner/css-discuss/test-deksels.htm>

Success & greetings,
francky

PS:
I notice it is a fixed font page, which is giving an extra scrollbar box 
if a visitor is using a not-IE browser, and if he/she has enlarged 
(client side) the font size.
In IE it's impossible to upscale the font size in the normal way (View > 
Font size > larger) > means: bad for accessibility!
- In my testpage I took some measures to prepare for an em-based 
font-size (compare upscaling in FF for orgininal and fresh page).

[1}
Ingo Chao is explaining the buggy IE, see: 
http://www.satzansatz.de/cssd/pseudocss.html#hover


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to