views:

19

answers:

2

is there a valid way to enable support of :focus on form elements in IE also?

A: 

IE sucks. kthnxbai.

programble
It may suck but, it owns the largest part of the browser market. So deal with it
John Hartsock
lies and slander.
programble
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
It's basically behind a whole version...
programble
+2  A: 

Not without scripting. $(el).focus(function(){}) and don't forget blur

http://james.padolsey.com/javascript/fixing-focus-in-internet-explorer/

meder