Popüler Yazılar
- Ücretsiz: İstanbul Silüeti (vektör)
- Arkaplanı Transparan Menu Yapımı
- Wordpress temanıza özel alan ile resim
- Flash: Transparan Arkaplan Kodu
- Flash ile gerçekçi kahve dumanı efekti
- IBAN Numaramı Nasıl Öğrenebilirim?
- Bu butona basmayın
- Tasarımlarınız İçin 50 Ücretsiz Font
- Ücretsiz Wordpress Teması: Kaygan
- Hakkında
-
Tüm Tarayıcılar İçin CSS Hack Listesi
Genelde sadece IE için css hack yöntemlerini kullanırız. Ama bazı durumlarda diğer tarayıcılarda birbirinden farklı davranışlar sergileyebilirler. İşte bu noktada aşağıda göreceğiniz ve Volkan Altınbaş‘ın hazırlamış olduğu bu liste epey işe yarayacaktır:

Seçici Hackleri
IE6 ve alt sürümleri
* html #test { color: red }
IE7
*:first-child+html #test { color: red }
IE7, FF, Saf, Opera
html>body #test { color: red }
IE8, FF, Saf, Opera (IE 6,7 hariç)
html>/**/body #test { color: red }
Opera 9.27 ve alt sürümleri, safari 2
html:first-child #test { color: red }
Safari 2-3
html[xmlns*=""] body:last-child #test { color: red }
safari 3+, chrome 1+, opera9+, ff 3.5+
body:nth-of-type(1) #test { color: red }
safari 3+, chrome 1+, opera9+, ff 3.5+
body:first-of-type #test { color: red }
saf3+, chrome1+
@media screen and (-webkit-min-device-pixel-ratio:0) {
#test { color: red }
}Safari 2 – 3.1
html[xmlns*=""]:root #test { color: red }
Safari 2 – 3.1, Opera 9.25
*|html[xmlns*=""] #test { color: red }
IE6-8 hariç
:root *> #test { color: red }
IE7
*+html #test { color: red }
Sadece Firefox. 1+
#test, x:-moz-any-link { color: red }
Firefox 3.0+
#test, x:-moz-any-link, x:default { color: red }
Attribute Hackleri
IE6
#test { _color: blue }
IE6, IE7
#test { *color: blue }
IE6 Hariç
#test { color/**/: blue }
IE6, IE7, IE8
#test { color: blue\9; }
IE7, IE8
#test { color/*\**/: blue\9; }
browser css hack, chrome css hack, css, css hack, css hack list, explorer css hack, firefox css hack, ie css hack, ie6 css hack, ie7 css hack, opera css hack, opera firefox chrome safari explorer, safari css hack
Görüşünüzü belirtin:
kopyalamadan önce izin isterseniz, seve seve tüm kaynakları verebilirim.

