Re: [b]UPDATED NOV 20[/b]
[b]Step 1[/b]
Onload Handler. If you dont have yet this code, paste after the above code.
[code]function onProfileLoad() {
Ffetcher.init();
}
if (!attachOnLoadHandler(functio
thank you for the codes... i've been looking for this for quite a while... It works perfectly on mine, all i did was compile it on my js file.
but I encountered minor problems...
* Can I adjust the width of the box?
> when I used the code, all my boxes adjust to the setting of the box included on the code for CSS,
I tried adjusting it there, but it didn't work...
* Can I set the border to 0px?
> my CSS codes for Global boxes is 0px (no border) but when I used the code , borders appeared.
I don't want to edit anything on the scripts, afraid that I might ruin a thing..
please help...