Moin!
function hideme(myElement)
{
myElement.style.display = "none";
}
<p onmouseover="hideme(this)">Ich bin ein Absatz.</p>
Und weg isser.
--
Signaturen sind blöd!
Signaturen sind blöd!
Moin!
function hideme(myElement)
{
myElement.style.display = "none";
}
<p onmouseover="hideme(this)">Ich bin ein Absatz.</p>
Und weg isser.