div rotate - images and caption

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
phpdevuk
Forum Contributor
Posts: 220
Joined: Mon Jul 04, 2005 5:31 am
Location: UK
Contact:

div rotate - images and caption

Post 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.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

... Are you... asking a question?

I don't believe browsers have the ability to render "rotated" elements.
User avatar
phpdevuk
Forum Contributor
Posts: 220
Joined: Mon Jul 04, 2005 5:31 am
Location: UK
Contact:

Post 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.
Post Reply