[quote]jddrulez wrote: how can i change the color of the text...??
is it here..?
color :#[b]000[/b][/quote]

, change only teh bolded part

[quote]/* Circle Text Styles */
#outerCircleText {
/* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
font-style: italic;
font-weight: bold;
font-family: 'comic sans ms', verdana, arial;
color: #[b]000[/b];
/* End Optional */
/* Start Required - Do Not Edit */
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
/* End Required */
/* End Circle Text Styles */[/quote]
[quote]LadyCyclone wrote: ahkei i c..
dats what i did..
but it doesnt work...[/quote]
try 2 use this..

[quote]var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "[b]URL OF CIRCLING CURSOR.JS[/b]";
document.getElementsByTagName("head")[0].appendChild(myjs);[/quote]
change teh bolded part of ur own
compiled them on ur main js files
Last edited by mabuhay (2009-01-05 20:16:39)