I have created <div> tags with <a> tags in them. I've made it so when the user clicks the text in the <a> tag it changes the page, but the cursor changes to the select text cursor when the user rolls over the <a> tag. Is there any way I can make the mouse change to the click link mouse or just stay as the normal mouse. Also is there any way I can override a hide mouse command from another program so that the mouse is shown if my page is in focus? Thanks for any help anyone can give. ~imzoeb
In the CSS you can add: cursor:pointer; Code (markup): For all of the properties you can go to http://www.w3schools.com/css/pr_class_cursor.asp