Lines Matching refs:_box
126 self._box = null;
159 self._box = self._createBoxOn(body,option);
304 var imag = self._box.firstChild;
314 if (self._ua.isWinIE) self._box.style.display = "block";
315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join('');
316 self._box.style.left = [((self._page.win.w - imag.width - 30) / 2),'px'].join('');
360 var imag = self._box.firstChild;
361 self._box.style.top = [self._pos.y,'px'].join('');
362 self._box.style.left = '0px';
378 var imag = self._box.firstChild;
398 self._box.style.display = "none";
421 self._box.style.display = "block";
422 self._box.firstChild.src = imag.src;
423 self._box.firstChild.setAttribute('title',self._imgs[self._open].title);
457 self._box.style.display = "none";