htmlcssfacebookfbmlfacebook-like

facebook iframe App: Send/Like button z-index issue


We are having a problem with our facebook like/send button, if you open: http://apps.facebook.com/bymii-test/products.php?pageid=216605071714962&prd_id=35&prd_name=Coalesce: - click facebook send, the box is behind the facebook sidebar. Is there any way to: change the z-index - or to make the window pop up on the left?


Solution

  • I FINALLY FOUND THE ANSWER!! 1 1/2 Hours searching later.. just enter this code into your CSS file:

    .fb_edge_widget_with_comment span.fb_edge_comment_widget {
    top: 15px !important;
    left: -250px !important;}
    

    Hope this is what you were looking for, because it was exactly what I was looking for!