html - Why not working when I click on the links in the top menu? -
i have page:
on page have links section above contul meu | favorite |checkout | login | sign up
code 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 delete code runs margin-top: -28px; //if delete code runs} how can make dvd pass underneath keep design , give , click on buttons?
add z-index:99999 .top-switch-bg class.
.top-switch-bg { z-index: 99999; //added background-color: #f9f9f9; }
Comments
Post a Comment