OpenLayers OpenLayers

Changeset 560

Show
Ignore:
Timestamp:
06/08/06 20:59:39 (3 years ago)
Author:
crschmidt
Message:

Remove 'inherit' cursor, which does not work as expeted in IE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Util.js

    r554 r560  
    679679    dom.style.padding = "0"; 
    680680    dom.style.margin = "0"; 
    681     dom.style.cursor = "inherit"; 
    682681    if (imgURL) { 
    683682        dom.style.backgroundImage = 'url(' + imgURL + ')'; 
     
    714713    //set special properties 
    715714    image.style.alt = id; 
    716     image.style.cursor = "inherit"; 
    717715    image.galleryImg = "no"; 
    718716    if (imgURL) {