html portlet jq兼容,jquery ui Portlet : incorrect effect on hover ( ui-state-hover )

本文介绍了一个使用jQuery UI Sortable Demo的案例,在自定义Portlet的ui-icon-minusthick图标悬停效果时遇到的问题。作者尝试通过添加ui-state-hover类来实现矩形悬浮效果,但实际效果出现了背景显示异常的情况。
摘要由CSDN通过智能技术生成

I am using Portlet from jquery ui Sortable Demo.

I am trying to define Hover on ui-icon-minusthick by adding ui-state-hover class.

But the results are unexpected.I was hoping to get a rectangle on hover as is ui buttons but instead it shows a rectangle with weird background.

HTML:

Links

Data Content

CSS:

.portlet{margin:0 1em 1em 0}

.portlet-header{padding-bottom:4px;padding-left:.2em;margin:.3em}

.portlet-header .ui-icon{float:right;margin-right:10px}

.portlet-content{padding:.4em}

JS:

$(".portlet-header .ui-icon").hover(

function () {

$(this).addClass('ui-state-hover');

},

function () {

$(this).removeClass('ui-state-hover');

});

pNhYF.jpg

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值