css - backstretch image overlapping navigation -


How do I get a navigation to come back to the backstretged image? As soon as it loads, it appears on the navigation, which becomes very clickable / overlooked at that point. "post-text" itemprop = "text">

You need to move the image behind the rest of the page content.

  #backstretch {z-index: -1; }   

should move in your CSS.

Comments

Popular posts from this blog

php - How to filter values fetched from database on the basic of comma included? -

excel vba - How to delete Solver(SOLVER.XLAM) code -

c# - Add Image in a stackpanel based on textbox input -