Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrollermc component

Status
Not open for further replies.
Aug 22, 2007
45
0
0
CA
I have a scrollermc component.The size is small on the screen. How can I make it so that it is larger and has large letters.
 
Code:
function getText(dat){
    [b]buffer = ""; [/b]
    // load text + buffer(x amount of spaces)
    bufferSize=dat.attributes.buffersize;
    for(var x=0;x<=bufferSize;x++){
        buffer+=" ";
    }
    first=dat.firstChild;
    return theText=first.firstChild.nodeValue add buffer;
}

Kenneth Kawamoto
 
My friend you take the cake.
You are among one of the strangest.
Internets weirdest.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top