colorbox关闭按钮图像在重新定位时未完全显示

时间:2016-02-09 12:52:29

标签: jquery css colorbox

我正在使用关闭按钮的背景图像,我希望它显示在下面链接中显示的图片中 http://www.jacklmoore.com/demo/modal/modal2.html 我可以使用

轻松地将它重新定位到右上角
#cboxClose{
    position:absolute; 
    bottom:0; 
    right:0px; 
    top: 0px; 
    background:url(../images/modals/close-icon.png) no-repeat 0 0;
    background-size: 100% 100%; 
    width:40px; 
    height:40px; 
    text-indent:-9999px;
}

应用-ve top和right margin不起作用。图像刚刚被切断。

有人可以建议如何使用插件做同样的事情。

0 个答案:

没有答案