Quote:
Originally Posted by p@nDa
i already have inserted that itam 'text' in my samle posted above .
if not right in that point , where i should insert it ? in body ?
|
Like I said,
text are your form fields, the places where users input text on your forum. That's why it's grouped with
textarea and
input.
However, I see
cursor:text is what you would add if you want to change it
to the I-beam. It doesn't change the I-beam where it usually appears.
I've seen it working globally on some sites, but they have added it to the CSS body class and commented it out.
HTML Code:
<!--
body{
cursor:url("greensmiley.cur");
}
-->