This one the cursor will be in the whole body...not just in this div.
The set up now is for you to put this in the style for the body:
; CURSOR: expression('url('+cursor.Filename+')');
For your information the ; before CURSOR is needed...If you have XPSP2 OE
will put it in for you but if you have any other OS it will strip out all of the
cursor information if you don't put the ; in front of CURSOR
The whole Style Tags for this Stationery is as follows:
<STYLE>BODY {
FONT-SIZE: 1.5em; ; CURSOR:
expression('url('+cursor.Filename+')'); COLOR: white; POSITION: relative;
SCROLLBAR- SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR:
#FF80C0;SCROLLBAR-BASE-COLOR: #FF80C0;FONT-FAMILY: Comic Sans
MS;
}
</STYLE>
I use a different FONT-SIZE than most of you that can be changed to
FONT-SIZE: 14pt;
Now after the
<BODY bgColor=#FFE1F0>
You again set up your <OBJECT> Tag and put the full file path to your
cursor:
<OBJECT id=embedcur style="LEFT: -1800px; POSITION: absolute; TOP:
-1800px"
height=0 width=0
classid=CLSID:05589FA1-C356-11CE-BF01-00AA0055595A>
<PARAM
NAME="Filename" VALUE=""></OBJECT>
Again your full file path to cursor goes into the <PARAM
NAME="Filename"VALUE=""> Between the "":
"C:\Documents and
Settings\BluesLady.DREAMBABY\Desktop\rosa-chechito.ani"
Robbie