开发者

listwiew items show popup when mouse is over that item in mvc asp.net

i have a listbox with many items.when i put mouse on the items it should show 开发者_运维百科the items name like a popup or something .how it is possible


You could use the title attribute:

<ul>
    <li title="item 1">item 1</li>
    <li title="item 2">item 2</li>
    ...
</ul>

And for nicer looking tooltips you may checkout the qTip jquery plugin.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜