I noticed you use a.helper.focus as the CSS for IE. I don’t think IE can cope with two classes in a selector like that. I think “a.focus†would do what you want though, considering that the JavaScript only adds the “focus†class to “a†tags that are already classed with “helperâ€.
Vote up?
11/12/2006
I noticed you use a.helper.focus as the CSS for IE. I don’t think IE can cope with two classes in a selector like that. I think “a.focus†would do what you want though, considering that the JavaScript only adds the “focus†class to “a†tags that are already classed with “helperâ€.