953334-win32-clipping.html (490B)
1 <style type="text/css"> 2 #descdiv{ 3 overflow: hidden; 4 height: 60px; 5 border: 1px solid red; 6 } 7 #descdiv p{ 8 height:30px; 9 margin:0; 10 /* The shadow of the text will be inside the overflow-hidden but the text it self will not. 11 This causes the text to be drawn even when it's outside of the clip*/ 12 text-shadow: #fff 1px -1px 2px; 13 } 14 15 </style> 16 17 <div id="descdiv"> 18 <p class="um_desc"> </p> 19 <p class="um_desc"> </p> 20 <p class="um_desc">sed diam nonummy nibh</p> 21 </div>