Show
Ignore:
Timestamp:
01/27/09 15:55:03 (3 years ago)
Author:
ray
Message:

#1376 Dialogs are invisible in IE6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/Dialogs/XinhaDialog.js

    r1144 r1155  
    276276  // rootElem.style.MozUserSelect = "none"; 
    277277   
    278   rootElem.className = 'dialog' + (this.modal ? ' modal' : ' modeless'); 
    279   if (Xinha.is_chrome) rootElem.className += ' chrome'; // Hack because border-raadius & box-shadow don't go well together in chrome 
     278  rootElem.className = 'dialog' + (this.modal ? '' : ' modeless'); 
     279  if (Xinha.is_chrome) rootElem.className += ' chrome'; // Hack because border-radius & box-shadow don't go well together in chrome 
    280280   
    281281 // this.background[1].appendChild(rootElem);