Roebert Stump: div sichtbarkeit

Beitrag lesen

Hallo,

so funzt es:

js:

function show_el(el)
{
 if(el)
 {
  document.getElementById(el).style.visibility='visible';
 }
}

html:

<a href="#" onclick="show_el('edit')"><img src=bild.jpg></a>
<div id="edit" style="visibility: hidden;">EDIT</div>

mfg, roebert

--
Please do not confuse what we say with what we think we are saying.
(^_^)
Eternity is a very long time, especially towards the end.