That's right.  "cursor: hand; cursor: pointer;" should work.

________
SEAN O



Laurent Yaish-2 wrote:
> 
> try setting the CSS cursor property
> 
> http://www.w3schools.com/css/pr_class_cursor.asp
> 
> Laurent
> 
> On 11/13/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>>
>>  How could I cause the mouse pointer to change from the
>>
>> text select pointer to a hand when a user mouses over
>>
>> text before clicking?
>>
>> I'm working with this jQuery code…
>>
>> $(document).ready(function() {
>>
>>         $('#ann').find('dd').hide().end().find('dt').click(function() {
>>
>>          var answer = $(this).next();
>>
>>          if (answer.is(':visible')) {
>>
>>              answer.slideUp();
>>
>>          } else {
>>
>>              answer.slideDown();
>>
>>          }
>>
>>      });
>>
>> });
>>
>> Rick
>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
>>
>>
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Text-pointer-to-hand-pointer-on-MouseOver...-tf2624278.html#a7323538
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to