Opera bug in CSS rotate?

In my clock on my homepage and my hobby site www.unitingrhythms.com the numbers for the clock face are applied with CSS rotate, but Opera shows the number 6 the right way up (it should be upside down) and in the wrong place.

Have I done something wrong or is it a bug.

HI Mark,

Looks like a bug in OPera as far as I can see.

If you change the rule by a fraction it works.

e.g.


#hr6 {
	
       -o-transform:rotate(180.01deg);
	
}


Also remember to use the non-prefixed version as last in sequence otherwise you run the risk of using only prefixed versions which may get dropped as time goes by (unlikely as it may seem but with the recent vendor fiasco anything is possible.).

Thanks Paul. Fixed a treat :slight_smile:

Any idea why the transitions look random in Opera when you change from standard to mobile? Looks better than Chrome or Safari, but not sure why?