Prandall-logo-v2

Navigation Experiment with CSS

Shot_1272314224

4 Responses

  1. Prandall-logo-v2 Paul Randall

    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

  2. Apple-touch-icon Luke Dorny

    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

  3. Pixelavatar_large_16_color Chris Wallace!

    Try also adding:

    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

    That should give you broader support.

    about 2 years ago

  4. Prandall-logo-v2 Paul Randall

    Thanks for the tips Chris.

    about 2 years ago

keyboard shortcuts: previous shot next shot L or F like