Results 1 to 2 of 2

Thread: Text/links rotation with CSS

  1. #1
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default Text/links rotation with CSS

    Hi,

    I am looking for a command in CSS, which could rotate text or links IN ALL Browsers.

    I found these:

    PHP Code:
    PHP Code:
    -webkit-transformrotate(-90deg);  
    -
    moz-transformrotate(-90deg);     

    filterprogid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
    How I can use them and it is possible to make it work in ALL browsers?

    Thanks in advance...

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    You'd probably be better off editing your images in an image editing software (like Photoshop or GIMP) before you upload them.

    Or do you mean to rotate the visibility of images on the screen? If so, you need to use javascript - maybe this DD script: http://www.dynamicdrive.com/dynamici...nslideshow.htm

Bookmarks

Posting Permissions

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