• 16-07-2010, 15:24:26
    #1
    Arkadaşlar zeoplan.com siteme bugun css taraması yaptırdım ve 2 error buldu ama nasıl düzeltebilirim bilgisi olan varsa yardım ederse çok sevinirim.

    http://jigsaw.w3.org/css-validator/v...ium=all#errors
  • 16-07-2010, 16:02:03
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    burada 636 cı satırdaki classı şu şekilde adlandır.


    .comment_item .comment_item_field input.text_area_style {
    background : none;
    border : 1px solid #cccccc;
    margin : 0 0 0 0;
    padding : 2px 3px 0 2px;
    width : 182px;
    height : 18px;
    outline : none;
    color : #666666;
    font-size : 12px;
    }
    böyle bir hata almadım ama bunu bir dene hata 1 e düşerse öteki hatayıda böyle düzeltmeye çalışırız.
  • 16-07-2010, 16:41:24
    #3
    AycanB adlı üyeden alıntı: mesajı görüntüle
    burada 636 cı satırdaki classı şu şekilde adlandır.


    .comment_item .comment_item_field input.text_area_style {
    background : none;
    border : 1px solid #cccccc;
    margin : 0 0 0 0;
    padding : 2px 3px 0 2px;
    width : 182px;
    height : 18px;
    outline : none;
    color : #666666;
    font-size : 12px;
    }
    böyle bir hata almadım ama bunu bir dene hata 1 e düşerse öteki hatayıda böyle düzeltmeye çalışırız.
    Evet hocam hata sayısı bire düştü. Size zahmet diğerini de halledelim. Teşekkürler.
  • 16-07-2010, 16:55:41
    #4
    .comment_item, .text_area_style2, .comment_item_full .text_area_style2 {
    background : none;
    border : 1px solid #cccccc;
    margin : 0 0 0 0;
    padding : 2px 3px 0 2px;
    width : 535px;
    height : 120px;
    outline : 0;
    color : #666666;
    font-size : 12px;
    }


    bu class tanımlamasını da şöyle yap ;


    .comment_item, .text_area_style2, .comment_item_full .comment_item_field .text_area_style2 {
    background : none;
    border : 1px solid #cccccc;
    margin : 0 0 0 0;
    padding : 2px 3px 0 2px;
    width : 535px;
    height : 120px;
    outline : 0;
    color : #666666;
    font-size : 12px;
    }
  • 16-07-2010, 17:04:06
    #5
    AycanB adlı üyeden alıntı: mesajı görüntüle
    .comment_item, .text_area_style2, .comment_item_full .text_area_style2 {
    background : none;
    border : 1px solid #cccccc;
    margin : 0 0 0 0;
    padding : 2px 3px 0 2px;
    width : 535px;
    height : 120px;
    outline : 0;
    color : #666666;
    font-size : 12px;
    }


    bu class tanımlamasını da şöyle yap ;


    .comment_item, .text_area_style2, .comment_item_full .comment_item_field .text_area_style2 {
    background : none;
    border : 1px solid #cccccc;
    margin : 0 0 0 0;
    padding : 2px 3px 0 2px;
    width : 535px;
    height : 120px;
    outline : 0;
    color : #666666;
    font-size : 12px;
    }
    Hocam yardımlarınız için teşekkür ediyorum. + Repledim. Çok sağolun.