Originariamente inviato da keramos74
Dunque, ho visitato la pagina relativa ai "Scroll area with overflow in CSS" l'esempio è esattamente quello che voglio fare, ma non ho capito come si procede
Un aiutino...
grazie
Procedi così:
codice:
<html>
<head>

<style type="text/css"></style>

</head>
<body>

<div class="scroll">
  

This is a scrolling are created with the CSS property overflow.</p>
  


  <span style="color: red;">This is red color</span>
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
  

This is a normal paragraph.
  <span style="font-weight: bold; font-size: 22px;">This is big bold text</span>
  </p>
  

This scrolling are can contain normal html like link</p>
  

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
  

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
</div>

</body>
</html>