Reply to thread

It would appear that this is simply the result of the Delete Thread... button being an <a /> and the other two buttons being <input /> tags. The <a /> tag does not switch to its :active state on click, as the <input /> tags do, but if you force the <a /> tag into its :active state, it reflects the same styling as the <input /> tags. Therefore, all we can do is blame browser implementation.


[ATTACH=full]11385[/ATTACH]


Back
Top Bottom