PDA

View Full Version : Need help! Need a HTML code for rotating images:')



Nikkkkkki
19-09-2010, 07:35 PM
Heyy;)
I'm helping my mate set up his Habbo fansite:P
But, I'm in need of a HTML code for rotating images!
If you know anything more about this and what not, please post below;)
I'll +rep if you help me out for give me a good suggestion:)
Thanks,

eNikki xx

Moved by Sarah (Forum Super Moderator): From "Technology Discussion".

DeejayMachoo$
20-09-2010, 09:09 AM
There is no html code for rotating a image but it can now be done with CSS3, from memory i believe its:

-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);

or

rotation: 90deg;

depending on browser, although this isn't supported by all browsers "yet"

LMS16
21-09-2010, 07:04 AM
There is no html code for rotating a image but it can now be done with CSS3, from memory i believe its:

-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);

or

rotation: 90deg;

depending on browser, although this isn't supported by all browsers "yet"

I think they mean an image scroller thingy (which goes through images one after another):

Here :) http://javascript.internet.com/miscellaneous/random-image-rotator.html

Lew.

Nikkkkkki
23-09-2010, 03:03 PM
Thanks;D

Want to hide these adverts? Register an account for free!