Some Links Show Pointer, Some Do Not When Hovering...


Author Message
wm820

Posted: 1/21/2012
Quote message 

I am having an issue with links when hovering. Some links will show the Hand Pointer when hovering and some will not. Is there a solution. You can see my test website at www.LongIslandRecyclers.com/new_website and scroll down to "Junk A Car Towns" and hover through the "Nassau County" links. Thanks for your help.
 
jrgweb

Posted: 1/21/2012
Quote message 

some of the css is set to cursor: text;
it should be cursor: pointer; or cursor: auto;
 
wm820

Posted: 1/22/2012
Quote message 

So what is the solution?
 
gcm

Posted: 1/22/2012
Quote message 

Go into your html, search for the word cursor and either replace the word "text" with "pointer" or "auto" as jrgweb suggest or just delete "cursor: text;"