Ich habe nun dem Icon dieses CSS gegeben:
img.InputControlFilePreview:hover {
max-height: 100px ;
max-width: 100px ;
position: absolute;
top: -10px;
left: -70px;
border: solid 2px blue;
}
und dem darüber liegenden Element position: relative. Es funktioniert nun in Firefox und IE9, aber nicht in Chrome. Letzterer mag das position: absolute nicht.
Gibt es da noch eine Alternativlösung?