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... :)
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... :)