html - Why not working when I click on the links in the top menu? -


i have page:

nsfw link

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.

z-index documentation

.top-switch-bg {     z-index: 99999; //added     background-color: #f9f9f9; } 

Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -