-
<div id="retailler">Texto</div>
CSS
<style type="text/css"><!--
#retailler
{
background-image:url('https://lh3.googleusercontent.com/-iagbw7IYhX4/VNyRm0igvMI/AAAAAAABb90/gWCWL4jMoD4/w149-h150-no/6.gif');
border:1px dotted #a6a7a9;
border-radius: 1em ;
padding:20px 20px;
box-shadow: 0 3px 9px #777, 0 3px 20px #CCC inset;
width:200px;
height: 150px;
resize:vertical;/*options : none, vertical, horizontal ou both */
overflow:auto;/*options : visible, hidden, scroll, auto, inherit */
}
--></style>