is there a valid way to enable support of :focus
on form elements in IE also?
views:
19answers:
2It may suck but, it owns the largest part of the browser market. So deal with it
John Hartsock
2010-06-12 03:54:56
lies and slander.
programble
2010-06-12 03:57:02
Is this news to any of us? -1 for not indicating which version(s) of IE sucks. IE8 has a more complete support of CSS2.1 than others at the time (vs Fx3.0 and so on) and - I'm not sure - maybe still better than Fx3.6.3, Op 10.53 and Saf 5. It also has ~0% of support of CSS3 but that's another story (and a Draft, still).
Felipe Alsacreations
2010-06-12 04:41:48
It's basically behind a whole version...
programble
2010-06-12 04:44:54
+2
A:
Not without scripting. $(el).focus(function(){})
and don't forget blur
http://james.padolsey.com/javascript/fixing-focus-in-internet-explorer/
meder
2010-06-12 03:51:00