I just wanted to know if it was possible to rotate an image or a div to an angle in the HTML?
sorry, not using html alone (well i've never seen anyone say anything but that). there should be a way using javascript.. maybe..
Your answer most likely lies in SVG.
haha (0)=b
use javascript and matrix filter.
you can rotate or resize div tag~~~~ hahahahaha~
my email: empaly@empal.com
from south-korea..
oooo~pilsung korea~dum!dum! oooo~pilsung korea~dum!dum! oooo~pilsung korea~e~o~e~o~e~
test
Test successful.
Check out CSS3's transition:rotate() property. You'll run into the common problem of no support in Internet Explorer below version 9, but it works. As fredmv mentioned, SVG can also work some magic in this regard.
One way to do so is by using "div" tags around the image code in your HTML file. You can use div tags to rotate the image to any angle, with a pivot point at the image center.