Rotate Text (IE6 only)  
**********************************
Free JavaScript provided by ©2004-VB'Breizh
Original source by Gehrig and Dudli : website
**Updated (10/13/2004)    Compatibility : 

Parameters :

object height-pixels, widthpixels, (needed area for the rotation)
Line0001/SetFillColor(r,g,b)=font color
    SetFillColor(r,g,b,0,0,0)=normal
    SetFillColor(r,g,b,255,255,0)=underlined
    SetFillColor(r,g,b,255,255,255)=strike
Line0002/SetFont(fontname,fontsize,700,0,0,0)
Line0003/Text(your text,x,y)
---------------------------------
mytext.Rotate(x0,y0,degrees)
setTimeout(function,milliseconds)

...Copy the JavaScript source code below :


Comment, question ?