I want a link that when someone put their mouse over it they dont see the little hand thing, and dont see the URL at the bottom, is there a way of accomplishing this?
and add a css for your hyperlinks and change the mouse cursor to something else of your choice
like this
a:link { cursor: wait }
these are the most common ones
default - Display the normal mouse cursor icon
wait - The mouse icon to represent the computer "thinking"
crosshair - A cross hair reticle
text - An "I" shaped icon that is displayed when selecting text
pointer - A hand icon that you see when you hover over an HTML link
help - A question mark (usually)
hope this helps and let me know if u need any help
cursor:hand is an IE only attribute use cursor: pointer.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
Last edited by chrishirst : 08-16-2005 at 07:13 PM.
Reason: smiley code getting in the way!!!