PDA

View Full Version : Static Rotation Of Text


hofan41
07-18-2002, 11:23 PM
Does anybody know how a non-animated rotation text javascript is made? Or if one exists? I am trying to find a javascript that can rotate text by 90 degrees so its facing downwards like this:

http://www.neo-entertainment.net/rotated.GIF

Any help would be greatly appreciated, thanks.

speedracer
07-19-2002, 12:44 AM
for ie5.5+

<a href="javascript:;" onclick="document.body.style.filter = 'progid:DXImageTransform.Microsoft.BasicImage(Rotation=1)';">rotated text</a>

hofan41
07-19-2002, 12:52 AM
that sort of works...but i need it to display in that rotated form without having to click on it or do anything but load the page. onLoad doesnt work when I tried replacing it. Also..there's this line that appears right next to the rotated text...what is that?