div rotate - images and caption
Moderator: General Moderators
div rotate - images and caption
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.
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
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.