Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试更改我在 css 和 java 中都尝试过的 jquery colorbox 的位置,但没有任何效果。还尝试了其他线程,但没有任何建议为我解决。
你可以这样做。
$.colorbox({ href: 'mypage.html', top: '100px', left: '40%' });
您可以在此处看到许多其他选项。
我通常这样做是为了我的颜色框的左侧定位
jQuery.colorbox({html:response.html,scrolling:false, overlayClose:false, maxWidth:"480px", maxHeight:"345px", left:true});
尝试这样的事情,而不是 left:true 你可以通过你想要它的位置来提及百分比