Bikseo kirjoitti:
One solution, although it has severe symptoms of "divitis". Workaround
to use multiple background images.
css:
#roundedBox {
background: #669900 url(tl.png) no-repeat;
width: 24em;
margin: auto;
}
#roundedBox div {
background: transparent url(tr.png) top right no-repeat;
}
#roundedBox div div {
background: transparent url(bl.png) bottom left no-repeat;
}
#roundedBox div div div {
background: transparent url(br.png) bottom right no-repeat;
padding: 30px;
}
html:
<div id="roundedBox"><div><div><div>
<p>Your content here.</p>
</div></div></div></div>
--
Ari
http://users.utu.fi/athein/