Log in

View Full Version : Text/links rotation with CSS



auriaks
06-20-2010, 05:56 PM
Hi,

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

I found these:

PHP Code:

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

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

Thanks in advance... :)

Beverleyh
06-21-2010, 07:21 AM
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/dynamicindex14/fadeinslideshow.htm