Konu Başlığı: div kenarları?
View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 09.11.2005   #5 (permalink)
captainzap
 
Ü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>
her bir köşeyi de farklı renklerde yaptım belki işine yarar.
Umarım yardımcı olabilmişimdir.
captainzap şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin