Changeset 6027

Show
Ignore:
Timestamp:
05/21/07 16:09:53 (2 years ago)
Author:
flack
Message:

forgot to add those (without, IE6 has problems)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/static/Javascript_protoToolkit/protoToolbar.js

    r6017 r6027  
    201201                 
    202202                /*workaround for Safari/Konqueror*/ 
    203                 element.style.position = "fixed"; 
     203                if (navigator.userAgent.indexOf('KHTML') != -1) 
     204                { 
     205                        element.style.position = "fixed"; 
     206                } 
    204207                 
    205208                if(this.type_config[PROTOTOOLBAR_TYPE_PALETTE].posX != '') {