Lines Matching refs:s

480         s = lengthCalcEl.style,
486 s.position = 'absolute';
487 s.top = s.left = '-9999px';
1312 s = el.style,
1318 …return s[ prefixedStyleProp ] || cs.getAttribute( prefixedCssProp ) || s[ styleProp ] || cs.getAtt…
1746 s = {},
1762 style = s[ ltr ] = cs[ 'border' + side + 'Style' ];
1777 …width = w[ ltr ] = PIE.getLength( s[ ltr ] === 'none' ? '0' : ( this.namedWidths[ width ] || width…
1786 styles: s,
2267 s;
2285 s = shape.style;
2286 s.position = 'absolute';
2287 s.left = s.top = 0;
2288 s['behavior'] = 'url(#default#VML)';
2427 var box = this.parent.getLayer( this.boxZIndex ), s; variable
2431 s = box.style;
2432 s.position = 'absolute';
2433 s.top = s.left = 0;
2478 s = cont.style, child; variable
2479 s.visibility = 'visible';
2480 s.zoom = 1;
2539 s = this.getBox().style, cs,
2566 s.position = boxPos;
2567 s.left = x;
2568 s.top = y;
2569 s.zIndex = tgtPos === 'static' ? -1 : tgtCS.zIndex;
2664 shape, w, h, s, alpha;
2676 s = shape.style;
2677 s.width = w;
2678 s.height = h;
2697 img, shape, w, h, s, i;
2716 s = shape.style;
2717 s.width = w;
2718 s.height = h;
2939 shape, stroke, s,
2952 s = shape.style;
2953 s.width = w;
2954 s.height = h;
3206 var s = pieces[piece].style,
3208 s.width = max(w, 0);
3209 s.height = max(h, 0);
3210 s.left = x;
3211 s.top = y;
3255 s, piece, i,
3261 s = box.style;
3262 s.position = 'absolute';
3269 s = piece.style;
3270 s['behavior'] = 'url(#default#VML)';
3271 s.position = "absolute";
3272 s.top = s.left = 0;
3495 s, zero;
3517 s = shape.style;
3518 s.width = w;
3519 s.height = h;