splinter: Der Hover-effekt bei meiner Grafik funktioniert nicht

Beitrag lesen

Hallo

h1:hover {content:url(http://i6.photobucket.com/albums/y244/heidilein/foto_gro.jpg);}

soweit ich weis funktioniert "content" nur mit ":before" und ":after", bin aber nicht sicher.

Probiers doch so:

<img src="url1" onmouseover="this.src='url2'" onmouseout="this.src='url1'" />

MfG

Splinter