09/07/03 21:44:47 eyeLfJ8u0
>>171
↓ここから
var mainWindow = document.getElementById("main-window");
if ( mainWindow.getAttribute('hidechrome') == 'true' ) {mainWindow.setAttribute('hidechrome','false');
window.resizeBy(0, 1);} else {mainWindow.setAttribute('hidechrome','true');
window.resizeBy(0, -1);}
↑ここまでがスクリプトなのでFireGesturesでジェスチャ登録。
↓ここからuserChrome.cssに書く
@-moz-document url(chrome://browser/content/browser.xul) {
cssの部分は面倒なら書かなくてもおk。ホントに単にchrome hide後のwindowにボーダーを
つけて枠を強調してるだけだから。