Lines Matching refs:if
13 if (typeof blankImg == 'undefined')
24 if (filters[f])
27 if (s) with (filters[f]) { src = s; sizingMethod = m }
29 else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
35 if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
40 if (tagName == 'IMG')
42 if ((/\.png$/i).test(src))
44 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
49 else if (src.indexOf(blankImg) < 0) filt();
51 else if (bgImg && bgImg != 'none')
53 if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i))
56 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
62 if (childNodes[n].style) childNodes[n].style.position = 'relative';