我正在提出一个问题,把这一z-指数放在另一个小部分的前列。 当它滑坡倒塌时,怎么能够做到。 如果你想看到一个例子,就可以在聊天时显示你。 基本上,倒塌的箱子正在另一小块下,但想要 h倒。
<style type= text/css >
#content {
margin: auto 0;
margin-left: 10px;
width: 240px;
border-left: 10px solid #6280c1;
border-right: 10px solid #6280c1;
text-align: center;
padding: 100px 0px 100px 0px;
display: none;
}
#bottom {
width: 280px;
height: 81px;
}
</style>
<script type= text/javascript >//<![CDATA[
$(window).load(function(){
$( #bottom ).toggle(
function() {
$( #content ).slideDown();
}, function() {
$( #content ).slideUp();
});
});//]]>
</script>
<div id="content">CONTENT</div>
<div id="bottom"><img src="../images/drop_fb.png" width="280" height="81"></div>