MY HTML CODE:::
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<br class="clear">
<div class="bl">
<div class="br">
<div class="tl">
<div class="tr">
Lorem ipsum dolor sit amet <br>
Lorem ipsum dolor sit amet <br>
Lorem ipsum dolor sit amet <br>
Lorem ipsum dolor sit amet <br>
</div>
</div>
</div>
</div>
<br class="clear">
</body>
</html>
THIS IS MY CSS
.bl {
background: url(bl.gif) 0 100% no-repeat #e68200;
width: 20em
}
.br {
background: url(br.gif) 100% 100% no-repeat
}
.tl {
background: url(tl.gif) 0 0 no-repeat
}
.tr {
background: url(tr.gif) 100% 0 no-repeat;
position:relative;
padding: 10px;
overflow: auto;
height: 50px;
overflow-x: hidden;
margin: 0 auto;
}
images are :::

|