Hello Here's my page http://giantgag.com/?p=6775 On the right side (depending on your screen resolution) there is posts, when you hover there is title displaying. The title doesn't go over other posts I tried setting z-index but no success here's the css .index_thumb a[title]:hover:after{content:attr(title);z-index:9999;height:100%;color:#000;font-size:20px;text-align:left;padding-left:10px;width:150px;background-color:rgba(255, 255, 255, 0.6);}