Код:
<!--HTML--> <script type="text/javascript"> function move(id,spd) { var obj=document.getElementById(id); var max=-obj.offsetHeight+obj.parentNode.offsetHeight; var top=parseInt(obj.style.top); if ((spd>0&&top<=0)||(spd<0&&top>=max)){ obj.style.top=top+spd+"px"; move.to=setTimeout(function(){ move(id,spd); },20); } else obj.style.top=(spd>0?0:max)+"px"; } </script> <style type="text/css"> .bodylove556 { width: 620px; height: 200; margin-left: -3px; padding-top: 130px; padding-bottom: 30px; display: block; background: url(http://funkyimg.com/i/22UAp.png) top no-repeat, url(http://funkyimg.com/i/22UwQ.png) bottom no-repeat, url(http://funkyimg.com/i/22UtW.png) repeat-y;} </style> <center> <div class="bodylove556"> <link href='http://fonts.googleapis.com/css?family=Roboto:400,700,700italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'> <center> <div style="width: 450px; background: #; padding: 20px;"> <div style="font-family: lobster; font-size: 35px; color: #c97332; margin-left: 163px; line-height: 70%;">Умная мысля...</div> <div style="width: 220px; height: 8px; background: #69d17c; border-left: 80px solid #eb8d46; border-right: 150px solid #05bade;"></div> <div style="width: 400px; height: auto; font-family: Cuprum; font-size: 14px; line-height: 95%; color: #3b3b3b; overflow: ; text-align: justify; padding-top: 20px; margin-bottom: -15px;"> <center>... приходит вся сюда хд </div> </center> <br><br><br><br> </div></center>
--