|
|
#5 (permalink) |
|
Üyelik Tarihi: 23.10.2005
Yer: Fincan'ın içinden
Mesaj: 29
|
Re: div kenarları?
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> Umarım yardımcı olabilmişimdir. |
|
|
|
|
|
#6 (permalink) |
|
Üyelik Tarihi: 29.11.2002
Yer: istanbul
Yaş: 43
Mesaj: 1,168
|
Re: div kenarları?
Kod:
div {
border-bottom-width: 3px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
}
topstyle lite 3 free versiyonunu da bence bilgisayarına kur çok faydalı olur. |
|
|
|
Zoque'a hoşgeldiniz!