<!DOCTYPE HTML>
<body>
<div style="width: 100px;
padding-top: 100px;
background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
">
<div id="target" style="height: 200px;"></div>
</div>
</body>