<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Thanks for the ideas, Troy, but I couldn't get that 
to work in Mozilla/Firefox. In Internet Explorer it works fine, 
though.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>No, I didn't make the pointer invisible - I just 
needed it to follow nearby.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Greetings to Pristina - its nice to meet 
you!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Tim in Co.Sligo, in the North West of 
Ireland.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=trojani2000@hotmail.com href="mailto:trojani2000@hotmail.com">Troy 
  III Ajnej</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:javascript@LaTech.edu">javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, September 04, 2005 3:49 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] Image follows 
  mouse</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV class=RTE>
  <P><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">Reposting: 
  (Correcting yet another mistake of mine)</FONT></P>
  <P><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">Thanks 
  anyway, I believe that the script will surely work now,<BR>but you have to 
  tell me,<BR>how did you manage to make the mouse pointer get 
  invisible,<BR>because I'm almost sure that this is why you need this kind of 
  <BR>script in the first place?!<BR><BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR><FONT 
  color=#000066>&lt;HTML&gt;<BR>&lt;BODY&gt;<BR>&lt;img src='mypointer.gif' 
  ID="myImage" 
  <BR>style="position:absolute;top:0px;left:-500px"&gt;<BR>&lt;/img&gt;<BR>&lt;/BODY&gt;</FONT><BR><FONT 
  color=#0000cc>&lt;SCRIPT&gt;<BR>//version 1.0 -Troy III- progresive art 
  enterprise<BR>h = myImage.height/2, w = myImage.width/2;<BR>function 
  mousefollower(){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  x=event.x<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &nbsp;y=event.y<BR>&nbsp;&nbsp;&nbsp; myImage.style.posLeft= 
  x-h<BR>&nbsp;&nbsp;&nbsp; myImage.style.posTop = y-w 
  }<BR>document.onmousemove=mousefollower<BR>&lt;/SCRIPT&gt;<BR></FONT><FONT 
  color=#000066>&lt;/HTML&gt;<BR></FONT>~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>(the 
  corrected [!and tested!] version)<BR><BR>[It can't get shorter than 
  this!]</FONT></P>
  <P><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">&gt;Thanks 
  very much for that, Troy - I'll work through it.<BR><BR>No need for it 
  now.<BR><BR>&gt;Where are you from ? I often wonder where everyone on the list 
  is <BR>&gt;from.<BR><BR>I don't that much, but I like the fact that you 
  do.<BR>I'm from Pristina, Ancient Dardania, today a small piece of it: 
  <BR>Kosova.<BR><BR>My best regards to you<BR>&gt;Tim in 
  Ireland.<BR></P></FONT></DIV></DIV><BR clear=all>
  <HR>
  <A href="http://g.msn.com/8HMAENUS/2734??PS=47575" target=_top>Find e-mail and 
  documents on your PC instantly with the new MSN Search Toolbar–FREE!</A> 
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Javascript mailing 
  list<BR>Javascript@LaTech.edu<BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE></BODY></HTML>