25.03.2009, 16:22
Mhmm... so habe ich das eingestellt:
Und den Code habe ich eingefügt:
Funktioniert aber nicht
Und den Code habe ich eingefügt:
Code:
<div style="margin:5px; margin-top:20px">
<div style="font: 11px Verdana, Geneva, Lucida, 'Lucida Grande'; margin-bottom:15px"><b>Antwort / Hinweis :</b> <input type="button" value="Zeigen" style="width:75px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].style.display = ''; this.innerText = ''; this.value = 'Verstecken'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].style.display = 'none'; this.innerText = ''; this.value= 'Zeigen'; }" /></div><div style="min-height: 20px; background-color: #EDE8E0; margin: 5px; margin-bottom:10px; padding: 10px; border: 1px inset; display: none;">$1</div></div>
Funktioniert aber nicht