can style="cursor:pointer" be applied to text

liunx

Guest
Hi,

I know that style="cursor:pointer" can be applied to an image tag so that a hand appears on rollover, but can it be applied to html text as well?

thanksyesMore importantly, isn't it easier and faster to look it up in the specs than to post it as a question? And isn't it easier and faster yet to try it out for yourself?tried it, didnt work yet, must have put it in the wrong place,
thanks for the adviceIf it still doesn't work, please post a link to your page, and we'll try to help you out!<style type="text/css"><!--
body{
cursor: pointer;
}
-->
</style>

works every time(unless you add something to change it later down the page..)
 
Back
Top