Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no good cross-browser solution.
Latest Webkit supports CSS transformations, that allow such thing in straightforward way.
There’s
<foreignContent>in SVG that theoretically would allow to rotate HTML, but it’s not widely supported (and where it’s supported, it’s usually incomplete and buggy).I suggest that you change design of the page. Try visual tricks with borders and shadows around the input that make it seem slightly rotated.
I advise against hacks in Javascript or Flash. Browser’s input elements are important for usability. Your hacks may not play well with password managers/autofill, various standard keyboard shortcuts, text selection, etc.