我有點麻煩加載這個正確的圖像有時不顯示,它只是一個小的白盒,而不是一切設置正確? - 這是工作,但我不明白爲什麼它不再工作..圖像不加載在colorbox的頁面加載
<script type="text/javascript">
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=true') == -1) {
var fifteenDays = 1000*60*60*24*15;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({width:"30%", inline:true, href:"#subscribe"});
}
});
</script>
<div style="display:none;">
<div id="subscribe" style="width:475px;">
<img src="<?= IMAGES_DIR; ?>/signup.jpg" alt="Sign Up To University Compare" />
</div>
</div>
要看到活鏈接,請訪問:http://universitycompare.com
你有沒有嘗試刪除'風格= 「顯示:無;」'? – Hotted24 2014-09-11 12:38:46