当我将鼠标悬停在div标签图标闪烁时 [英] When I mouse over on out side of div tag icon is getting blinking

查看:164
本文介绍了当我将鼠标悬停在div标签图标闪烁时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是查看链接: http://jsfiddle.net/mQsWc/10/

我在值列中有一个文本字符串,这些是可编辑的项目。为了表示我在文本字符串后使用了铅笔图标。
问题是如果我将鼠标移动到白色间隔区域(文本字符串的右侧),铅笔图标变得华丽(闪烁)。

解决方案

 < div class =ghostPencil>某些数字< / div> 

写入

 < span class =ghostPencil>某些号码< / span> 

并且闪烁将消失



编辑:

工作示例: http:// jsfiddle。 net / mQsWc / 15 /

希望这有助于:)


This is the link for view : http://jsfiddle.net/mQsWc/10/

I have a text strings in value column these are editable items. For indication I used pencil icon after text string. Problem is if I move mouse around white spaced area(right side of the text string), pencil icon getting flashy(blinking).

解决方案

Instead

<div class="ghostPencil">some number</div>

Write

<span class="ghostPencil">some number</span>

And the blinking will go away

Edit:

Working example: http://jsfiddle.net/mQsWc/15/

Hope this helps :)

这篇关于当我将鼠标悬停在div标签图标闪烁时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆