While searching for Jquery/CSS menus I came across this site:
http://www.freshdesignweb.com/css-drop-down-navigation-menu.html
If you look at the first picture there is a menu that is slanted, like it’s hanging off a hinge, that looks pretty darn awesome, so I clicked that link and went to the site but nowhere did I find that slanted menu, not on the site, not in the demo 🙁
While I think it’s pretty irritating someone would photoshop that, I was wondering if “Is it actually possible to make that kind of slanted menu using CSS?”
2
Answers
You could always try to use CSS
transform
. Check out the following JSFiddle I created.HTML
CSS
Certainly possible although I think it would be poor UX
EDIT – You can even have submenus rotated back – JSfiddle