Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2010
    Location
    Birmingham
    Posts
    16
    Tokens
    0
    Habbo
    Nikkkkkki

    Smile Need help! Need a HTML code for rotating images:')

    Heyy
    I'm helping my mate set up his Habbo fansite
    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".
    Last edited by Sarah; 19-09-2010 at 10:28 PM.

  2. #2
    Join Date
    Oct 2007
    Location
    Luton, England
    Posts
    1,548
    Tokens
    388
    Habbo
    DeejayMachoo

    Latest Awards:

    Default

    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"


  3. #3
    Join Date
    Sep 2009
    Location
    Hull
    Posts
    827
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by DeejayMachoo View Post
    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/misce...e-rotator.html

    Lew.
    Im not here to be loved, I love to be hated :-}


  4. #4
    Join Date
    Jul 2010
    Location
    Birmingham
    Posts
    16
    Tokens
    0
    Habbo
    Nikkkkkki

    Default

    Thanks;D

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •