Log In · Register

 
my cursor only changes when on a link, i want it to be the same all the time
smyleefaceangel
post Jan 18 2005, 01:14 PM
Post #1


Senior Member
****

Group: Member
Posts: 117
Joined: Jan 2005
Member No: 86,432



My cursor is normal and then when on a link, it changes. I want what it changes to, to be my vursor the whole time. This happens for every cursor I put on there. Can anyone help me?
 
 
Start new topic
Replies
smyleefaceangel
post Jan 18 2005, 01:33 PM
Post #2


Senior Member
****

Group: Member
Posts: 117
Joined: Jan 2005
Member No: 86,432



sorry, i didnt know we werent supposed to double post

it still doesnt work.

heres my whole code

<!-- begin code provided by createblog.com -->

<style type='text/css'>
body {
cursor: url(http://xquizit.cbstaff.com/cursors/nov_rose.cur);}
a:hover {
cursor: url(http://xquizit.cbstaff.com/cursors/nov_rose.cur);}
</style><div align="center">Cursors by <a href="http://xanga.com/xquizit_442">Xquizit_442</a></div>

<!-- end code provided by createblog.com -->




<!-- begin code provided by createblog.com -->
<style type="text/css"><!-- a:hover {background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif); text-decoration: none;} //--></style>
<!-- end code provided by createblog.com -->







<!-- begin code provided by createblog.com -->
<object id="darkplayer" codeBase="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/20216/22895_1_8_04.asf" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">
<center>
<select style="FONT-SIZE: 8pt; BACKGROUND:transparent; WIDTH: 200; COLOR: #000000; font-face: arial; height:170" name="playlist" size="1">
<option value="0">She WIll Be Loved</option>
<option value="1">A Moment Like This</option>
<option value="2">This Love</option>
<option value="3">Fallin</option>
<option value="4">My Happy Ending</option>
<option value="5">Naughty Girl</option>
<option value="6">When I Fall in Love</option>
<option value="7">Breakaway</option>
<option value="8">Before Your Love</option>

</select>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
songs=new Array();
songs [0]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23581/26428_1_4_04.asf";
songs [1]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23893/27514_1_11_04.asf";
songs [2]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23581/26428_1_2_04.asf";
songs [3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/2026/21813_1_4_04.asf";
songs [4]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/23004/29435_1_6_04.asf";
songs [5]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/23226/27887_1_2_04.asf";
songs [6]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/277/3258_1_8_04.asf";
songs [7]
="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/23893/30200_1_1_04.asf";
songs [8]
="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23893/27514_1_12_04.asf";


if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>
<!-- end code provided by createblog.com -->





<!-- begin code provided by createblog.com -->
<img src=http://skins.cbstaff.com/skin152_banner.gif>
<!-- begin code provided by createblog.com -->
<DIV align="left" valign="middle" style="BORDER-RIGHT: #FFFFFF 2px solid; BORDER-TOP: #FFFFFF 2px solid; FILTER: alpha(opacity=100); OVERFLOW: auto; BORDER-LEFT: #FFFFFF 2px solid; WIDTH: 605px; BORDER-BOTTOM: #FFFFFF 2px solid; HEIGHT: 470px; BACKGROUND-COLOR: #FFFFFF
#ffffff">

<!-- end code provided by createblog.com -->
<style type=text/css><!--body{cursor:url(http://www.boomspeed.com/lido_tuyet/v_day.ani)}a{cursor:url(http://www.boomspeed.com/lido_tuyet/v_day.ani)}--></style>

<script>
function PlaySong(name)
{
var text =
"<embed src = \"" + name + "\" type = \"audio/x-bmx\" " +
"backcolor = \"200, 200, 200\" " +
"scrollspeed = 0 " +
"infocolor = \"0, 140, 200\" " +
"width = 0 height = 0" +
">";
if (document.all)
{
// Internet explorer
document.all.Plugin.innerHTML = text;
}
else
{
// Netscape
document.Plugin.document.write(text);
document.Plugin.document.close();
}
}
</script>
<!-- end code provided by createblog.com -->
 
avalon*
post Jan 18 2005, 01:41 PM
Post #3


NO. I'm not 13. or 14. or 15. or 16.
*******

Group: Member
Posts: 4,616
Joined: Jul 2004
Member No: 30,577





try this. if it doesn't work, reply back. and next time, please stick your codes in a codebox happy.gif
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: