<!-- Start Ajax Popup Shoutbox by -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>
<script>
$(document).ready(function() {
//select all the a tag with name equal to modal
$('a[name=modal]').click(function(e) {
//Cancel the link behavior
e.preventDefault();
//Get the A tag
var id = $(this).attr('href');
//Get the screen height and width
var maskHeight = $(document).height();
var maskWidth = $(window).width();
//Set heigth and width to mask to fill up the whole screen
$('#mask').css({'width':maskWidth,'height':maskHeight});
//Get the window height and width
var winH = $(window).height();
var winW = $(window).width();
//Set the popup window to center
$(id).css('top', winH/2-$(id).height()/2);
$(id).css('left', winW/2-$(id).width()/2);
//transition effect
$(id).fadeIn(2000);
});
//if close button is clicked
$('.window .close').click(function (e) {
//Cancel the link behavior
e.preventDefault();
$('#mask').hide();
$('.window').hide();
});
//if mask is clicked
$('#mask').click(function () {
$(this).hide();
$('.window').hide();
});
});
</script>
<style>
img: { border: none; }
#mask {
position:center;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
}
#boxes .window {
position:fixed;
left:0;
top:0;
width:230px;
height:450px;
display:none;
z-index:9999;
padding:20px;
}
#boxes #wanhazelshoutbox {
background:url(http://3.bp.blogspot.com/-nHLaKLtVDHU/TkatyvpCQAI/AAAAAAAAKsE/WS-2uf3_jMI/s1600/haikei124.gif
) repeat 0 0 white;
-moz-border-radius: 30px;
border-radius: 20px;
border-top: 3px dashed #FFBBFF;
border-left: 3px dashed #FFBBFF;
border-right: 3px dashed #FFBBFF;
border-bottom: 3px dashed #FFBBFF;
margin:0 0 1.5em;
padding:7px 10px 7px 10px;
width:230px;
height:455px;
padding:20px 0 10px 10px;
}
#closesb {
padding:2px 0 0 0;
}
#author {
padding:8px 0 0 160px;
}
</style>
<ul><center> <a href="#wanhazelshoutbox" name="modal"><img src="http://i1140.photobucket.com/albums/n562/duleihere/th_4c2ecff2074cf517b07ec5ab.gif" border="2" /></a> </center> </ul>
<div id="boxes">
<!-- Start Shoutbox -->
<div id="wanhazelshoutbox" class="window">
<!-- Begin ShoutMix - http://www.shoutmix.com/ --><center>
<!-- BEGIN CBOX - www.cbox.ws - v001 --><div>
</div><div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="170" height="305" src="http://www3.cbox.ws/box/?boxid=3290747&boxtag=y4w1wr&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain3-3290747" style="border:#001C08 1px solid;" id="cboxmain3-3290747"></iframe></div>
<div><iframe frameborder="0" width="170" height="75" src="http://www3.cbox.ws/box/?boxid=3290747&boxtag=y4w1wr&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform3-3290747" style="border:#001C08 1px solid;border-top:0px" id="cboxform3-3290747"></iframe></div>
</div><div id="cboxdiv" style="text-align: center; line-height: 0">
</div><div>
</div><!-- END CBOX -->
<!-- End ShoutMix -->
<div id="author">
</div><div id="closesb"><center><input type="button" value="Close" class="close" /><center>
</center></center></div></center></div><!-- End of Ajax Shoutbox -->
<!-- Mask to cover the whole screen -->
<div id="mask"></div>
<!-- End of Ajax Popup Shoutbox--></div>
没有评论:
发表评论