Merhaba Arkadaşlar . Ben Css Kodlarına Meraklıyım Ve Öğrenmeye Çalışıyorum Sizin de Öğrenebilmeniz İçin Bu Konuyu Açtım . 2 Ders Vereceğim .Biraz Uzun ama İşinizi Görür . Kodlar Ve Açılımları ;
background >> artalan özellikleri
backgrond-color >> artalan renk
background-attachment >> artalan resmin diğer elemanlara göre sabitlenmesinisi veya kaymasını belirler
background-image >> Artalan resmi tanımlar
background-position >> artalan resmin başlangıc yerleşim noktasını belirtir.
background-repeat >> Artalan resmin tekrarlanmasını belirtir
border >> Kenar çizgisi özellikleri (renk, kalınlık, style)
clear >> float uygulanmayan elemanın köşe tanımını yapar.
cursor >> maus imlecin görünümünü belirler.
display >> Elamanın nasıl görüneceğini belirler.
float >> Elemanın diğer elemanlara göre konumunu belirler.
position >> Elemanın konumunu belirler.
visibility >> Elemanın görünür veya gizli olacağını belirler.
DEVAMI GELECEKTİR . İYİ FORUMLAR ...
background >> artalan özellikleri
backgrond-color >> artalan renk
Kod:
background-color:color-rgb;
background-color:color-hex;
background-color:color-name;
background-color:color-transparent;
background-attachment >> artalan resmin diğer elemanlara göre sabitlenmesinisi veya kaymasını belirler
Kod:
background-attachment:scroll;
backgrond-attachment:fixed;
background-image >> Artalan resmi tanımlar
Kod:
background-image:url();
background-image:none;
background-position >> artalan resmin başlangıc yerleşim noktasını belirtir.
Kod:
background-position:top left;
background-position:top center;
background-position:top right;
background-position:center left;
background-position:center center;
background-position:center right;
background-position:bottom left;
background-position:botton center;
background-position:bottom right;
background-position:x% y%;
background-position:xpos ypos;
background-repeat >> Artalan resmin tekrarlanmasını belirtir
Kod:
background-repeat:repeat;
background-repeat:no-repeat;
background-repeat:repeat-x;
background-repeat:repeat-y;
border >> Kenar çizgisi özellikleri (renk, kalınlık, style)
Kod:
border-width:
border-style:
border-color:
border-bottom:
border-bottom-color:
border-bottom-style:
border-bottom-width:
border-left:
border-left-color:
border-left-style:
border-left-width:
border-right:
border-right-color:
border-right-style:
border-right-width:
border-top:
border-top-color:
border-top-style:
border-top-width:
clear >> float uygulanmayan elemanın köşe tanımını yapar.
Kod:
clear:left;
clear:right;
clear:none;
clear:both;
cursor >> maus imlecin görünümünü belirler.
Kod:
cursor:url;
cursor:auto;
cursor:crosshair;
cursor:default;
cursor:pointer;
cursor:move;
cursor:e-resize;
cursor:ne-resize;
cursor:nw-resize;
cursor:n-resize;
cursor:se-resize;
cursor:sw-resize;
cursor:s-resize;
cursor:w-resize;
cursor:text;
cursor:wait;
cursor:help;
display >> Elamanın nasıl görüneceğini belirler.
Kod:
display:none;
display:inline;
display:block;
display:list-item;
display:run-in;
display:compact;
display:marker;
display:table;
display:inline-table;
display:table-row-group;
display:table-header-group;
display:table-footer-group;
display:table-row;
display:table-column-group;
display:table-column;
display:table-cell;
display:table-caption;
float >> Elemanın diğer elemanlara göre konumunu belirler.
Kod:
float:left;
float:right;
float:none;
position >> Elemanın konumunu belirler.
Kod:
position:static;
position:relative;
position:absolute;
position:fixed;
visibility >> Elemanın görünür veya gizli olacağını belirler.
Kod:
visibility:visible;
visibility:hidden;
visibility:collapse;
DEVAMI GELECEKTİR . İYİ FORUMLAR ...