gpt4 book ai didi

javascript - jQuery leaveNotice 插件和 Internet Explorer

转载 作者:太空宇宙 更新时间:2023-11-04 16:26:50 25 4
gpt4 key购买 nike

我正在使用来自作者的 leaveNotice 插件和示例 page (示例 6,最后一个)在网站上,chrome 和 ie8 中的一切看起来都很好。当我在我的页面中实现它时,在 chrome 中一切看起来都还不错,但 ie 通常会把它搞砸。背景出现在文本下方,弹出窗口出现在背景下方。这可能是 css 的问题,但我没有 css 技能来修复它。加上示例站点上的相同 css,一切看起来都很好,我有点困惑,请帮助我。这就是我的 html 中的内容

    <script language="javascript" type="text/javascript" src="js/jquery-1.5.1.min.js"></script>
<script language="javascript" type="text/javascript" src="js/jquery.leaveNotice.min.js">
<script language="javascript" type="text/javascript" src="js/main.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.leaveNotice.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<a href="http://www.google.com" class="external_link">Google!</a>

我的js文件

$(document).ready(function () {
$('.external_link').leaveNotice(
{

siteName:"LeaveNotice Test Page",
exitMessage:"<h3>Say goodbye to {SITENAME}!</h3><p>Thanks. Shut the door behind you!</p>",
preLinkMessage:"<hr/><p>Have fun at:<br/><strong>{URL}</strong></p><hr/>",
overlayId:"custom-blackout",
messageBoxId:"custom-messageBox",
messageBoxHolder:"custom-messageHolder",
overlayAlpha:0.6

});

});

还有我的CSS

#custom-blackout {position:fixed; top:0; left:0; width:100%; height:100%; background-color:#514004;}
#custom-messageHolder {position:fixed; top:200px; left:0; width:100%;}
#custom-messageBox {width:400px; margin:0 auto; padding:120px 50px 20px 50px; background:#333 url(img/custom-msg-box-bg.png) no-repeat top center; color:#fff; text-align:center; border:5px solid #F8DA07; -moz-border-radius:15px; -webkit-border-radius:15px;}
#custom-messageBox * {color:#fff;}
#custom-messageBox hr {border-color:#666;}
#custom-messageBox a#ln-cancelLink {background-color:#666; color:#333;}

最佳答案

我在 IE8 上运行良好。

我将整个示例连同示例中的样式表复制到 jsfiddle 中。您可以在IE8上打开以下链接进行测试:

http://jsfiddle.net/neebz/gyjVg/1/

我认为您的问题出在 CSS 上。您没有正确设计它以显示它足够好。

关于javascript - jQuery leaveNotice 插件和 Internet Explorer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5367295/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com