我有这个页面:
在此页面上,我在CONTUL MEU | FAVORITE |CHECKOUT | LOGIN | SIGN UP
代码HTML:
<div class="grid_12">
<h1 class="logo">//some code HTML</h1>
<div class="nav-container">
//some code HTML
</div>
<div class="top-dropdowns">
//some code HTML
</div>
</div>
CODE CSS:
.grid_12 {
width: 1170px;
z-index: 100; //If I delete the code then runs
margin-top: -28px; //If I delete the code then runs}
如何让我的DVD传递到下面以保持设计并给出并点击按钮?