私はiframe内のHTMLページをロードするために、次のfancybox関数を呼び出すとき、私は、jQueryの1.6.2Fancyboxはiframe閉じるボタンshowCloseButtonが「偽」に設定されている場合が隠されていない
とFancybox 1.3.4を使用していますすべての負荷罰金、およびエラーはありません:
:私は罰金showCloseButton
オプションのすべての負荷を追加し、そこにエラーがない
しかしが閉じるボタンをSTIL示され
$.fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'href' : 'search.htm'
});
$.fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'href' : 'search.htm',
'showCloseButton' : 'false'
});
どのようにコーナーボックスを取り除くことができますか?