I have problems with the multi-friend-selector. The popup will be cut off on the right side like the first picture. Anyone who knows how I can realize it like the second Image?
http://imageshack.us/photo/my-images/88/cutgz.jpg/
http://imageshack.us/photo/my-images/9/uncut.jpg/ https://www.facebook.com/Samariterbund.Landesgruppe.Salzburg?ref=ts
My code:
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/de_DE/all.js"></script> <script type="text/javascript">
FB.init({appId : 'XXXXXXXXXXXXXXXXXXX',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>
<br /><br />
<div id="dialogInviteFriends" style="overflow:hidden; margin-left: -10px;">
<fb:serverfbml width="520px" >
<script type="text/fbml">
<fb:fbml>
<fb:request-form
action="XXXXXXXXXXXXXXXXXXXXXXXXXX/invite.php"
target="_top"
method="POST"
invite="true"
type="Sags deinen Freunden asdf"
content="Hier kommt der Text her der dann in der Benachrichtigung steht. <fb:req- choice url='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' label='Check It Out' />"
>
<fb:multi-friend-selector
actiontext="abc to friends asdasdfasdfdfsa"
showborder="true"
rows="5"
cols="3"
</fb:request-form>
</fb:fbml>
</script>
</fb:serverFbml>
</div>