Experimenting on the new blog with some 45 degree rotation on the main navigation with:
-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);
about 2 years ago
Slick! As long as there is a fallback for browsers who don't get that, so that it doesn't look wonky there, this looks TOPS!!!
Try also adding:
-o-transform: rotate(-45deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
That should give you broader support.
Thanks for the tips Chris.
keyboard shortcuts: ← previous shot → next shot L or F like
4 Responses
Experimenting on the new blog with some 45 degree rotation on the main navigation with:
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
about 2 years ago
Slick!
As long as there is a fallback for browsers who don't get that, so that it doesn't look wonky there, this looks TOPS!!!
about 2 years ago
Try also adding:
-o-transform: rotate(-45deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
That should give you broader support.
about 2 years ago
Thanks for the tips Chris.
about 2 years ago