Stil kodu
Kod:
<style type="text/CSS">
<!--
.divstil {
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;
border-top-color: #000000;
border-right-color: #99FF00;
border-bottom-color: #FF0000;
border-left-color: #3300CC;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 3px;
border-left-width: 1px;
}
-->
</style>
div örneği
Kod:
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; top: 17px;" class="divstil"></div>
her bir köşeyi de farklı renklerde yaptım belki işine yarar.
Umarım yardımcı olabilmişimdir.