Friday, February 13, 2009

VB.NET turn links cursor into text cursor

Sometimes vb.net application will turn the curesor for links (pointer) into text cursor (I).

I find that if you specifically specify the a tag to a pointer then it will fix that problem.

a
{
cursor:pointer;
}

0 Comments:

Post a Comment

<< Home