Hi, the title says it all,
Can someone point me in the right direction? I don't see why I can't get the black_bottom.png as background in rounded corners.
This is the css:
@charset "utf-8";
/* CSS Document */
html, body { color: #444141; font-family: 'trebuchet ms' !important; font-size: 12px; margin: 0px; padding: 0px; height: 100%; background: #eaeade;} .justyParagraph { text-align: justify;} a img { border: 0;} .clearer { clear: both;}
.rounded_corners{ background: url(../images/box/black_bottom.png) no-repeat left bottom; color:#FFF; padding: 8px; width: 380px; border: 2px solid #4e4b4b; height: 450px;
}
div#blockdark { height: 517px; left: 450px; position: absolute; top: 130px; z-index: 1000000; width: 360px; visibility: visible;
}
This is the HTML
<div id="blockdark">
<div class="rounded_corners">
Content
</div>
</div>
Thisi s a example, maybe it has something to do with the javascript for rouinded corners?