If you don't show me, what you did, I can't tell you, where you f*cked it up ...
</hilfe/charta.htm#tipps-fuer-fragende>
Ich dachte, das geht aus meinem Post eindeutig hervor.
<div id="scroll">
<ul>
<li>Liste<(li>
</ul>
</div>
<a href="#" onclick="scroll()">Scroll</a>
<script type="text/javascript">
function scroll(){
document.getElementById('scroll').scrollTop = 0;
}
</script>
So funktionierts nicht, wenn ich statt der Liste Text im div hab, funktionierts. Es muss also an einer Liste irgendwas anders sein, als bei Plaintext, bzw. Links, p-Elemente, bisher klappts nur mit ner Liste nicht.