- #46797: Resizable textarea grippie mispositioned sometimes in Opera

4.7.x
Steven Wittens 2006-02-24 11:38:14 +00:00
parent 3be4f176c7
commit d2f5f7cf78
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function textArea(element) {
// Make the grippie line up in various browsers // Make the grippie line up in various browsers
if (window.opera) { if (window.opera) {
// Opera // Opera
this.grippie.style.marginRight = this.widthOffset +'px'; this.grippie.style.marginRight = '4px';
} }
if (document.all && !window.opera) { if (document.all && !window.opera) {
// IE // IE