1. /css/imageUpload.css --------------------------------- 30ÁÙ) .imageBox, .imageBoxHighlighted { width: 62px; height: 47px; margin: 2px; float:left; } ================================= 2. /popup/image.html --------------------------------- 18ÁÙ) 100Àå »çÁø ================================= 3. /popup/js/image.js --------------------------------- 52ÁÙ) var uploadMaxNumber = 100; 77ÁÙ) dlg.setDialogHeight(597); 125ÁÙ) if (i > 0 && ((i % 4) == 0)) { if (i > 0 && ((i % 10) == 0)) { 140ÁÙ) if (MSIE && navigatorVersion < 7) { document.getElementById('imageListWrapper').style.padding = '5px 2px 5px 2px'; document.getElementById('imageInfoBox').style.height = '302px'; document.getElementById('imageInfoBox').style.width = '151px'; } else { document.getElementById('imageListWrapper').style.padding = '5px 7px 7px 5px'; document.getElementById('imageInfoBox').style.height = '298px'; document.getElementById('imageInfoBox').style.width = '157px'; } 311ÁÙ) var fixWidth = 60; var fixHeight = 45; 391ÁÙ) var uploadWindowWidth = 870; ================================= 4. /cheditor.js --------------------------------- 39ÁÙ) width:870