renderText

creates absolutely positioned container

void renderText(number x,number y,string text,string css,number w);
xnumberleft position
ynumbertop position
textstringthe content of the div
cssstringcss class name
wnumbercontainer width
Back to top