CSS3 Reflection, Resize
#box_reflection {
font-size:40px;
color: #333;
-webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(100, 100, 100, 0.4)));
}#box_resizing {
width: 200px;
height: 100px;
border:1px solid #666;
overflow: hidden;
resize: both;
}