代码是
<div>
<fb:tabs>
<fb:tab-item href="http://apps.facebook.com/ranpariya/index.php" title="Home"
<?php if ($page == 'index.php'):?>selected="true"<?php endif;?>/>
<fb:tab-item href="http://apps.facebook.com/ranpariya/friends.php" title="Friends" <?php if ($page == 'friends.php'):?>selected="true"<?php endif;?>/>
<fb:tab-item href="http://apps.facebook.com/ranpariya/my_tab.php" title="Invite Friends" align="right" <?php if ($page == 'invite.php'):?>selected="true"<?php endif;?>/>
</fb:tabs>
</div>
答案 0 :(得分:0)
只需在菜单下设置DIV
,然后根据所选命令将其更改为innerHTML
(或者,如果使用jQuery,则调用$("#myDiv").html(sHtml);
),内容不同。