Wo hab ich mein Fehler. Ich will haben das wenn man auf "Computersettings:" klickt der Text wo drunter steht rausklappt.
Wie bei = http://www.blackmesasource.com/media.html (Vorsicht funktioniert nur mit dem Firefox richtig)
<html>
<head>
<title>
About me!
</title>
<script type="text/javascript">
<!--
var Computersettings;
window.onload = function() {
Computersettings = new fx.Combo
('Computersettings', {duration: 600, height: true, opacity: true});
Computersettings.hide();
}
-->
</script>
</head>
<body>
<h2 onclick="Computersettings.toggle();">
<font size="4"> <b><u>Computersettings:</b></u> </font>
</h2>
<div id="Computersettings">
<br>
<br>
</body>
</html>