How to make the popup window overlay the article

I'm having trouble figure out about this Facebook Like button when I press like it suppose to popup overlay the article but mine it just goes behind the text and the user can't press or do anything at all
OhBWP.png
Unlike the other website which I found to give an example from Thevergetheir popup overlay the article and there won't be any problem to continue to send to facebook wall
Gnoix.png
This is the CSS for the share button that I have right now\[code\]/* Share */.share-post { clear: both; margin: 10px -20px -20px; padding: 10px 0 10px 10px; background: #F7F7F7; border-top: 1px solid #EAEAEA; height: 20px;}.mini-share-post { clear: both; margin: 10px -20px -20px; padding: 10px 10px 10px 25px; height: 20px;}.recent-box .mini-share-post { margin-bottom: -5px;}.share-post li, .mini-share-post li { float: left; width: 120px;}.share-post span.share-text { background: #FF8500; margin: -10px 10px -10px -10px; display: block; float: left; color: #FFF; padding: 9px; font-family: BebasNeueRegular, arial, Georgia, serif; font-size: 14pt;}\[/code\]
 
Back
Top