The CSS transform: rotate()
property lets us rotate elements on the page. By putting this together with some jQuery-based javascript, we can click and rotate elements in place.
For the basics of CSS3 transform: rotate
, see
part 1.
Examples
Tr...