Styled buttons are a bucketful of issues. Normally it's practice to complain about the current release of WebKit, but I've just bumped into the issue of :hover and all those other pseudo-classes IE believes should be reserved for <a>s exclusively.

My client complains that my heavily styled buttons do not obey the modern convention of highlighting when mouseovered (which they do in FF, but of course my hover properties are ignored by IE) - hence being ambiguous in their interactivity. They're entirely right, but do I have to strip my buttons of their styling to be able to achieve this?

Moreover, just how evil would it be for me to simply wrap the buttons in <a>s, and giving the CSS [a:hover input.button{cursor:pointer}]?

Regards,
Barney


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to