图像渲染工件问题jQuery-Mobile

图像渲染工件问题jQuery-Mobile,jquery,css,jquery-mobile,Jquery,Css,Jquery Mobile,我在页面上有一个按钮,看起来像: <a href="#follow-popup" data-position-to="window" data-rel="popup"> <button class="ui-btn-right" data-theme="c" ></button> </a> 我得到了一个按钮,它有梯度和星星图标,就像它应该的那样,但是有一个奇怪的图像伪影呈现在实际图像的正下方和略右侧(见附件) 有什么想法吗 这将解决您的问题:

我在页面上有一个按钮,看起来像:

<a href="#follow-popup" data-position-to="window" data-rel="popup">
  <button class="ui-btn-right" data-theme="c" ></button>
</a>
我得到了一个按钮,它有梯度和星星图标,就像它应该的那样,但是有一个奇怪的图像伪影呈现在实际图像的正下方和略右侧(见附件)

有什么想法吗


这将解决您的问题:

.ui-btn-hidden {
    opacity: 0 !important;
}

工作示例:

这将解决您的问题:

.ui-btn-hidden {
    opacity: 0 !important;
}
工作示例: