Hallo Tolwin,
danke für die schnelle Antwort.
gern geschehen.
function show (value) {
document.getElementById("td1").visibility = value;
}
siehe Antwort von Ole.
Ich habe gerade das hier ausprobiert:
<a href="#" onmouseover="document.getElementById('id_des_td').style.visibility='hidden'">klick</a>
<a href="#" onmouseover="document.getElementById('id_des_td').style.visibility='visible'">klick</a>
Gruß, Jürgen