views:

84

answers:

2

Can anyone suggest a way of rotating text by any angle without using something like Flash or Silverlight. I'd like to use a slanted image with the text following the same angle.

+3  A: 

http://code.google.com/p/jquery-rotate/

poke
A: 

You can try css rotation too http://snook.ca/archives/html_and_css/css-text-rotation

xuma