Quote:
Visit my page at http://www.frenchberliner.com and see the swap
image...when you fly over it to see the effecct the cursor changes in a
|
small hand as if my image was a link...but it's not!! Is there a way I can
cancel that cursor change...I would like it to stay normal...just a arrow!
First of all, realize that they *are* links. All of your rollovers are
triggered inside of the link tag. You just don't have them linking anywhere.
I'd suggest you do the obvious thing and just have them all link to your
index page that the ENTER link goes to as well...that way you aren't going
to confuse anyone.
However, if you really want an answer, you can change the cursor using CSS.
http://www.w3schools.com/css/pr_class_cursor.asp
-Darrel