Tip: you can modify some code before running
Textarea-like effect implemented by js cSS<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><ptml xmlns="http://www.w3.org/1999/xhtml"><pead><title>Textarea-like effect implemented by js cSS</title><meta http-equiv="content-type" content="text/html;charset=gb2312"><!--把下面代码加到<pead>与</pead>之间--><style type="text/css">H1 {font: bold 1.2em/1.6em arial; margin: 4px 0; padding: 4px 0;} h2 {font: normal 1.1em/1.5em arial; margin: 14px 0 0 0 0; padding: 4px 0;} div, p {font: normal 1em/1.3em arial;} textarea. terms {width: 600px; height: 200px; border: 1px solid # ccc; background: # f2f2f2; font: normal 11px/15px arial; padding: 6px; color: #333 ;} div. terms {width: 600px; height: 200px; border: 1px solid # ccc; background: # f2f2f2; padding: 6px; overflow: auto;} div. terms p, div. terms li {font: normal 11px/15px arial; color: #333;} div. terms h3 {font: bold 14px/19px arial; color: #000;} div. terms h4 {font: bold 12px/17px arial; color: #000;} div. terms strong {color: #000 ;}</style></pead><body><!--把下面代码加到<body>与</body>之间--><p>This is implemented using DIV!</p><div class="terms"> <p>Terms and Conditions</p> <p>General</p> <p>Servicing servicing resistor<strong>Video computer</strong>Element trancoder der prototype analog solution mainframe network. Solution video debugged feedback sampling extended, infrared, generator.</p> <ul> <li>List item number one</li> <li>List item number two</li> <li>List item number three</li> </ul> <p>Fees</p> <p>Reflective backbone log transmission cable logarithmic mainframe. Messaging backbone debugged feedback development phaselock metafile n-tier coordinated, cable coordinated in.<strong>Analog device</strong>Transistorized, sequential transistorized with scalar normalizing. mainframe phase cache anomoly feedback servicing harmonic. services software pc, femtosecond bypass scalar data element extended cascading capacitance harmonic. adaptive plasma bypass supporting cascading deviation system pulse broadband bridgeware.</p></div></body></ptml>
Tip: you can modify some code before running