OpenLayers OpenLayers

Changeset 6522

Show
Ignore:
Timestamp:
03/13/08 13:15:53 (10 months ago)
Author:
pgiraud
Message:

setOpacity method set to empty for framed popups
if people care about transparency, they can just create semi-transparent images
this fixed the weird black border on IE6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js

    r6485 r6522  
    193193    }, 
    194194     
     195    /** 
     196     * Method: setOpacity 
     197     * Sets the opacity of the popup. 
     198     *  
     199     * Parameters: 
     200     * opacity - {float} A value between 0.0 (transparent) and 1.0 (solid).    
     201     */ 
     202    setOpacity:function(opacity) { 
     203        //does nothing since we suppose that we'll never apply an opacity 
     204        // to a framed popup 
     205    }, 
     206     
    195207    /**  
    196208     * Method: calculateRelativePosition