コードの更新: http://mawk3y.net/test/brand.php?id=12
元の jquery プラグインはこちらhttp://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
$(".content1").mCustomScrollbar({
scrollButtons:{
enable:true
}
});
$("#contact_details").mCustomScrollbar({
scrollButtons:{
enable:true
}
});
.content1 は問題のある div です。カスタム スクロールバーは、ウィンドウのサイズを変更するか、firebug を起動するまで表示されません。contact_details は最初のタブ内の div であり、両方の div にはテキストのみが含まれていますが、問題はありません。」