I just noticed this :
csshover.htc (in assets/js/) should be upgraded to the latest rev ( 1.42.060206. See
here at the bottom of the page).
Furthermore, having experienced some trouble with an IE 6 / Win XP SP2 browsing configuration (hover anything does not work as it usually do), I ended up discovering .htc files should be served as
text/x-component. See those post on Aldo’s Blog :
http://www.hoeben.net/node/33
and
http://www.hoeben.net/node/83 (would the htcmime.php make a good snippet candidate ? Or should we stick to adding :
AddType text/x-component .htc
to our .htaccess ? )
Nothing major, but WinXP SP2 is a good share of the market and cannot (unluckily) just be ignored.
What do you think ?