Page 1 of 1

div rotate - images and caption

Posted: Mon Aug 06, 2007 9:30 am
by phpdevuk
I've been playing with the rather awesome http://www.netzgesta.de/instant/ script which uses js to rotate images on a page left and right, and having played around with it for a bit and making it do things like randomly rotate by varying negative and positive amounts, I got to wondering i can do the same with a div, so that I could have say a title image and caption all rotated in a similar fashion.

Posted: Mon Aug 06, 2007 1:21 pm
by superdezign
... Are you... asking a question?

I don't believe browsers have the ability to render "rotated" elements.

Posted: Mon Aug 06, 2007 1:58 pm
by phpdevuk
more sort of thinking than asking I guess, the image rotation in the js was done using VML which creates the image at an angle, not really useful for a div, I'm guessing you could achieve similar image effects with SVG, the only thing I can think to create an image with something like PHPthumb with a dynamic caption/title and rotate that.