is there anyway around it to do this the way IPBForumSkins do this, with a if statement? here is the .css I'm using. #category_1.category_block { position: relative;} #category_1:after { content: "Members Only"; background: url("http://www.ipbforumskins.com/forums/public/style_images/ipbfs34x/transw80.png") repeat; background: rgba(255,255,255,0.8); position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 30px; line-height: 310px; text-align: center; z-index: 10; cursor: normal;}