|
-
Use CSS to display cursor
For displaying a link, instead of using <a>, I used <div class="xxxxxxx">, such as
<div class="first" >
Outer line
<div class="second">
inner line
</div>
</div
In the x.css file:
.first{
font-size: 9pt;
cursor ointer;
cursor:hand;
}
.second{
font-size: 9pt;
}
Now the problem is that when the mouse pointer moved to the inner line area, the HAND cursor is still displayed.
My question: How can I set the
.second{
font-size: 9pt;
}
so that when the mouse pointer moved to the inner line area, the HAND cursor will disappear.
Thanks
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks