Home
last modified time | relevance | path

Searched refs:ieVersion (Results 1 – 1 of 1) sorted by relevance

/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js70 var ieVersion = 4, variable
75 div.innerHTML = '<!--[if gt IE ' + (++ieVersion) + ']><i></i><![endif]-->',
78 PIE.ieVersion = ieVersion;
81 if( ieVersion === 6 ) {
86 PIE.ieDocMode = doc.documentMode || PIE.ieVersion;
1713 if( PIE.ieVersion < 7 ) {
2452 isIE6 = PIE.ieVersion === 6,
2543 if( tgtPos === 'fixed' && PIE.ieVersion > 6 ) {
2766 …clipAdjust = PIE.ieVersion === 8 ? 0 : 1; //prior to IE8 requires 1 extra pixel in the image clip …
3354 …clipAdjust = PIE.ieVersion === 8 ? 1 : 0, //workaround for IE8 bug where VML leaks out top/left of…
[all …]