15 a:link Property -moz-outline-style doesn't exist : none none
16 a:active Property -moz-outline-style doesn't exist : none none
17 a:visited Property -moz-outline-style doesn't exist : none none
18 a:hover Property -moz-outline-style doesn't exist : none none
19 a:focus Property -moz-outline-style doesn't exist : none none
hatalar bunlar bunların yerını buldum ancak nasıl düzenliyeceğimi bilemedim
-----------------------------------
a:link { text-decoration: none; color : #cc0000; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #cc0000; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #cc0000; border: 0px; -moz-outline-style:none;}
a:hover { text-decoration: underline; color : #ff6600; border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}
buda style.css deki yerleri acaba nerde hata var
5 adet css hatası çok acil
9
●998
- 25-08-2010, 03:33:35Üyeliği durdurulduSanırım kenarları oval bir diviniz var.
Tüm tarayıcılar bu kodu desteklerken, Internet Explorer 'ın 6,7,8. versiyonları desteklememektedir. Bu nedenle w3 tarafından standart dışı olarak belirtiliyor sanırım.
En kesin çözüm, Ajax kullanmaktır. Aynı işlemi standartlara uygun şekilde yapabiliyorsunuz.