Http://www.cnfunfly.com/bbs/forumdisplay.php? FID = 41
Http://jandan.net/pic#comment-1697707
Ext. ajax. request ({
URL: '/credit/data/heatmap/heatmapbaseconfig. xml',
Params :{},
success: function (response) {
var text = response. responsetext;
heatmapxml = text;
scenestransform. start (databuildmodule, interfacebuildmodule, treemapbuildmodule, scenestransform, true);
},
failure: function (response, options) {
alert (Response + options );
}< BR >});
http://www.panopticon.com
Css3 filters: Altering HTML and images with just CSS
Http://www.inserthtml.com/2012/06/css-filters/
CSS hack: compatible with IE6, IE7, and Firefox
Difference between IE6 and FF:
Background: orange; * Background: blue;
Difference between IE6 and IE7:
Background: Green! Important; Background: blue;
Difference between IE7 and FF:
Background: orange; * Background: green;
Difference ff, IE7, IE6:
Background: orange; * Background: Green! Important; * Background: blue;
Note:
◆ Ie can recognize *; standard browsers (such as ff) cannot recognize *;
◆ IE6 can recognize *, but cannot recognize it! Important,
◆ IE7 can recognize * and can also recognize! Important;
◆ FF cannot recognize *, but can recognize it! Important;
Add another underscore "_",
IE6 supports underlines, while IE7 and Firefox do not.
So you can also distinguish IE6, IE7, and Firefox.
Background: orange; * Background: green; _ Background: blue;
Note: No matter what method, the order of writing is Firefox's preface, IE7's writing in the middle, and IE6's writing at the end.
http://www.w3schools.com/jsref/jsref_tolowercase.asp
http://www.w3school.com.cn/