Hi Team

I humbly ask for assistance in the script coding to
change the mouse icon to an icon developed for my web
site, I wish to do this when the user is over a hot spot
on the page, and then restore back to original when they
move away from the hotspot etc etc. I sincerely hope one
of you clever people out there can assist me. rgds,Simon

Re: Frontpage2003, changing mouse icon over hotspot by Kevin

Kevin
Sat Jul 17 11:57:22 CDT 2004

I sure would like to know how you plan to get that icon from your web site
installed on the user's computer...

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Simon Fish" <simonf@smos.co.za> wrote in message
news:2ee1301c46c17$f4f103e0$a501280a@phx.gbl...
> Hi Team
>
> I humbly ask for assistance in the script coding to
> change the mouse icon to an icon developed for my web
> site, I wish to do this when the user is over a hot spot
> on the page, and then restore back to original when they
> move away from the hotspot etc etc. I sincerely hope one
> of you clever people out there can assist me. rgds,Simon



Re: Frontpage2003, changing mouse icon over hotspot by Steve

Steve
Sat Jul 17 12:03:06 CDT 2004

You need to create a cursor image and then reference the cursor in the hover section of a style
sheet or style section in the head tags on the page.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Simon Fish" <simonf@smos.co.za> wrote in message news:2ee1301c46c17$f4f103e0$a501280a@phx.gbl...
> Hi Team
>
> I humbly ask for assistance in the script coding to
> change the mouse icon to an icon developed for my web
> site, I wish to do this when the user is over a hot spot
> on the page, and then restore back to original when they
> move away from the hotspot etc etc. I sincerely hope one
> of you clever people out there can assist me. rgds,Simon



Re: Frontpage2003, changing mouse icon over hotspot by Kevin

Kevin
Sat Jul 17 12:17:26 CDT 2004

Yeah, you're right, Steve. The "icon" reference threw me. Note that this
only works in IE. Example of CSS:

html {
cursor: url(/path/to/cursor.cur);
}

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Steve Easton" <admin@95isalive.com> wrote in message
news:uea2YACbEHA.384@TK2MSFTNGP10.phx.gbl...
> You need to create a cursor image and then reference the cursor in the
hover section of a style
> sheet or style section in the head tags on the page.
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> .......................with a computer
>
> "Simon Fish" <simonf@smos.co.za> wrote in message
news:2ee1301c46c17$f4f103e0$a501280a@phx.gbl...
> > Hi Team
> >
> > I humbly ask for assistance in the script coding to
> > change the mouse icon to an icon developed for my web
> > site, I wish to do this when the user is over a hot spot
> > on the page, and then restore back to original when they
> > move away from the hotspot etc etc. I sincerely hope one
> > of you clever people out there can assist me. rgds,Simon
>
>



Re: Frontpage2003, changing mouse icon over hotspot by Steve

Steve
Sat Jul 17 12:56:35 CDT 2004

LOL.

I admit I read it 3 or 4 times before it "clicked."

;-)

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Kevin Spencer" <kspencer@takempis.com> wrote in message
news:uKcH1ICbEHA.3476@tk2msftngp13.phx.gbl...
> Yeah, you're right, Steve. The "icon" reference threw me. Note that this
> only works in IE. Example of CSS:
>
> html {
> cursor: url(/path/to/cursor.cur);
> }
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Steve Easton" <admin@95isalive.com> wrote in message
> news:uea2YACbEHA.384@TK2MSFTNGP10.phx.gbl...
> > You need to create a cursor image and then reference the cursor in the
> hover section of a style
> > sheet or style section in the head tags on the page.
> >
> > --
> > Steve Easton
> > Microsoft MVP FrontPage
> > 95isalive
> > This site is best viewed............
> > .......................with a computer
> >
> > "Simon Fish" <simonf@smos.co.za> wrote in message
> news:2ee1301c46c17$f4f103e0$a501280a@phx.gbl...
> > > Hi Team
> > >
> > > I humbly ask for assistance in the script coding to
> > > change the mouse icon to an icon developed for my web
> > > site, I wish to do this when the user is over a hot spot
> > > on the page, and then restore back to original when they
> > > move away from the hotspot etc etc. I sincerely hope one
> > > of you clever people out there can assist me. rgds,Simon
> >
> >
>
>