html - Hover state on circles -


i'm designing page contains 4 big circles css3 transitions , i'm trying make work on ie8. know css3 transitions don't work on old versions of ie therefore wanted have these circles work on normal hover without transitions. can't figure out how achieve this. hope me.

thank you!

you can use :hover on elements, #id_of_circe:hover {...}


Comments