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

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

java - Reaching JTextField in a DocumentListener -

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