navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Hand Cursor on rollover

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Hand Cursor on rollover
Page: [1]
 
erinswift21

 

Posts: 145
Joined: 7/13/2004
Status: offline

 
Hand Cursor on rollover - 8/18/2004 11:16:37   
Hey all -

I was wondering if anyone knew a way to have the hand cursor display when a user was mousing over a hot spot. I can't use the typical href because of the way the next page has to be called. Here is what a line of code looks like for my hot spots.

<area shape="polygon" coords="29, 117, 69, 91, 101, 110, 63, 133" alt="Envelope Mount" onmouseover="JavaScript:formFill(Form1, 'RF5-2798-000')",cursor:hand onClick="submit()"


Any thoughts would be greatly appreciated.

Erin
Giomanach

 

Posts: 6090
Joined: 11/19/2003
From: England
Status: offline

 
RE: Hand Cursor on rollover - 8/18/2004 11:20:06   
Erin

It's won't quote work like that, try this:

<area shape="polygon" coords="29, 117, 69, 91, 101, 110, 63, 133" alt="Envelope Mount" onmouseover="JavaScript:formFill(Form1, 'RF5-2798-000')" onClick="submit()" class="hand">

Then in the <head></head> section of the HTML insert this:

<style type="text/css">
.hand{
  cursor: hand;
}
</style>

See if that works

Dan

_____________________________




(in reply to erinswift21)
erinswift21

 

Posts: 145
Joined: 7/13/2004
Status: offline

 
RE: Hand Cursor on rollover - 8/18/2004 12:07:12   
Thanks for the suggestion, but it didn't help any. I still can only get the arrow when I go over the hot spot

(in reply to Giomanach)
Thomas Brunt

 

Posts: 6109
Joined: 6/6/1998
From: St. Matthews SC USA
Status: offline

 
RE: Hand Cursor on rollover - 8/18/2004 14:23:05   
Just guessing here, but maybe...

onmouseover="JavaScript:this.style.cursor='hand';formFill(Form1, 'RF5-2798-000')"

_____________________________

Expression Web Help
Frontpage Help
Dreamweaver Help


(in reply to erinswift21)
erinswift21

 

Posts: 145
Joined: 7/13/2004
Status: offline

 
RE: Hand Cursor on rollover - 8/18/2004 14:30:10   
I found the answer. in the area tag you call href="#".

Thanks for you help

(in reply to Thomas Brunt)
Giomanach

 

Posts: 6090
Joined: 11/19/2003
From: England
Status: offline

 
RE: Hand Cursor on rollover - 8/18/2004 14:37:47   
Turn it into a dummy hyperlink...why not?? lol

Glad you found the answer

Dan

_____________________________




(in reply to erinswift21)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Hand Cursor on rollover
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts