Make sure the div block is set to position absolute. Also make sure to put both this div block and the slider in a parent div block with its position set to relative. Now you set the z-index of the div block with the text to something like 20 just to make sure it sits above the slider and make sure its height and width are 100%. Hope this makes sense. If you have any trouble let me know.