fixing bug 215825 - autoscroll cursor is affected by page stylesheets, p=rparenton@louisianaada.org

This commit is contained in:
noririty%jcom.home.ne.jp 2004-02-19 19:40:18 +00:00
Родитель 135ddb9064
Коммит ce966bdf36
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -590,7 +590,9 @@
el.style.width = imageWidth + "px";
el.style.height = imageHeight + "px";
el.style.cursor = scrollCursor[scrollType];
el.style.zIndex = 2147483647; //Max Int
el.style.borderStyle = "none";
this._clientFrameBody.appendChild(el);
this._autoScrollMarkerImage = el;