Cross-browser rotation with CSS3 and Javascript

Hello,

I’ve been looking for a simple bit of javascript to achieve the rotation of an element on “old browsers”.

Currently, with CSS3 and IE filters I’ve got Firefox 3.5+, Safari 3.1+, Chrome, Opera 10.5, IE6, IE7, IE8 covered.

However I’d like to cover earlier versions of Firefox (and Opera if possible).

Do you have any ideas?

Thanks in advance

anyone?

I think I’ll give up on the idea of using Javascript for the rotation, however what I will do is use Modernizr so I can target browsers that don’t support css transforms and give them different styles.

The only way I can think of that would work on older browser would be to render it manually, using tons of little positioned and colored 1x1 pixels divs. I wouldn’t go there lol