the like buttons post window wont open because of something under it on my forum. how can i get it to over the object <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <fb:like send="false" layout="button_count" width="10" show_faces="false"></fb:like>
Check the elements on your blog or website and see which elements is blocking the view of others and which elements should appear on top of others. Inside the style code for each just add position and z-index properties to them. z-index number being highest z-index:9999; will be at the shown at the front. 0 value (default) at the back etc. you should be able to apply a z-index to the container or make sure the parent container is set to "overflow:visible" and not "overflow:hidden" have you set your own .div for this?
if you cannot solve this you should try searching "z-index facebook like box", also why not just add the i frame version available in the facebook developer section. whats your site? goodluck
i use proboards, it uses a css stylesheet and template for each page. im pretty sure theres no z-index ive been thru it a billion times. i have it in a div with the other two im good with some stuff but this i wont be able to do. can i add my own z-index to the css. id need someone to just show me to what to put in the css or where in the code. i have a thread there but its a new version and nobody answers alot of stuff. this is the div