codice:
<html>
<head>
<script src="jquery-1.7.1.js" type="text/javascript"></script>
<script type="text/javascript">
function mostraDivScorrevole(div){
$(div).animate({"height": "toggle"}, { duration: 300 });
}
</script>
<style>
#divScorrevole1, #divScorrevole2{
display: none;
border: 1px dashed Navy;
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: 500px;
text-align: justify;
}
</style>
<body>
_TITOLO 1
<div id="divScorrevole1">TESTO 1
</div>
</body>
<body>
_
TITOLO 2
<div id="divScorrevole2">TESTO 2
</div>
</body>
</head>
</html>
Attendo M.P. per accordarci sulla birra.