Hey habe ein Problem:

HTML-Code:
    <div id="bild1"
         style="height:300px;     width:300px; 
                border:none; 
                padding-left:30px; 
                background-image:url(Stifte.png); background-repeat:no-repeat; 
                float:right";
                
               onMouseOver="document.getElementById('bild1').style.backgroundImage ="url(buttonssaettigung/Stiftesaetigung.png)";
               onclick="alert('asd')";>  
   
    
   
    </div >

Der will den Hintergrund patou nicht ändern egal was ich mache -.-