Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
追記2008.07.11 スタイルシートを壊していた事への対処(Stylesheet to destroy it to cope with) |
|
|
追記2008.07.11
表示出来なくなっていた事の対処 Showing that they were unable to deal with
document.styleSheets[document.styleSheets.length - 1].deleteRule(0);
If you can write like this, but good
var ix = document.styleSheets[document.styleSheets.length - 1].getRule(".yellow-box");
document.styleSheets[document.styleSheets.length - 1].deleteRule(ix);
|
|
|
追記2008.07.09 Check out Twitter Status for ~のエリアが無くなった事(一時的?)の対処 Check out Twitter Status for ~ grew in the area of (temporary?) To deal with エリアが無いので表示できない(Since there is no area can not be viewed) ![]() エリアが無くても表示する(あってもOK) There is no area is also shown (even though it's OK) ![]() ![]() |


