couple of points input:hover for type =submit (and others if my memory serves me) is pretty useless for Safari and limited for Camino, because you can only change a few properties on input. background-color, color and background-image are not affected by style (all to do with the form widgets built into Safari and Camino). You can use the button element instead of the input element if you want more control in these browsers.
Why you use hover.htc instead of custom javascript for hover effects. 1 it saves you time 2 if you use in a number of places in your site, it saves users time, it only needs to be downloaded once 3 good browsers do not download it 4 if a good browser has js turned off effect still works 5 in really bad browsers (some versions of NS4) js can crash the browser, but these browsers ignore .htc files 6 of course .htc files do not work if js is turned off, they are js files for ie only. If you turn of js all javascript, .htc .js and inline stops working. 7 I have never had problems with hover.htc and IE5, 5.5 and 6 on windows. -- Nick Cowie http://nickcowie.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
