Note that there are some explanatory texts on larger screens.

plurals
  1. POLink not clickable with absolute positioning and z-index
    text
    copied!<p>I'm making a tumblr theme and have some elements placed on the page using absolute positioning and z-index's to control what stays on top of other elements. For some reason my links have become unclickable, I changed the z-index of the div which houses to content to a high number but it does not make them clickable. I can't figure out what the fault is in the code. Here's the CSS I have.</p> <pre><code>p.blogPost { text-indent: 30pt; text-align: justify; } p.blogTags { font-family: 'Lobster Two', cursive; color: #de2424; text-align: right; } body { font-family: 'Oxygen', sans-serif; margin:0px; } h1.postTitle { font-family: 'Lobster Two', cursive; color: #de2424; } h2.dateText { font-family: 'Lobster Two', cursive; color: #f1e8da; } #container { width: 940px; margin: auto; } #blogContentWrapper { width:940px; position:relative; overflow: hidden; } #blogHeaderRibbon { position: relative; top: 20px; z-index: 3; } #blogBottomRibbon { position: relative; top:-190px; z-index: 3; } #dateTab { position: relative; left: -50px; top: 90px; } #dateText { position: relative; top: -93px; left: 10px; } #blogContent { position: relative; top: -83px; width: 780px; margin: auto; background-image: URL('images/eggshell.jpg'); z-index:2; } #blogPostContent { padding: 30px; z-index: 3; } </code></pre> <p>You can view the development page here <a href="http://secretmblrtheme.tumblr.com" rel="nofollow">http://secretmblrtheme.tumblr.com</a></p> <p>Setup a jsFiddle here: <a href="http://jsfiddle.net/grngf/2/" rel="nofollow">http://jsfiddle.net/grngf/2/</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload