• 12-08-2009, 14:06:47
    #1
    Sitemde şu CSS hatasını alıyorum :
    22 .submit Property weight doesn't exist : 80px
    23 .submit2 Property weight doesn't exist : 30px
    İlgili CSS kodlarım aşağıdaki gibidir:
    .submit {
    background-image : url('../images/suche.gif');
    background-repeat : no-repeat;
    height : 24px;
    border : 0;
    }
    .submit2 {
    background-color : white;
    background-image : url('../images/button.gif');
    background-repeat : no-repeat;
    height : 22px;
    border : 0;
    }
    Hatadan anladığım kadarı ile height değerinde sorun var. Daha önce bu hayı vermiyordu, şimdi yeni verdi. Sorunun dilinden anlayan bir arkadaş yardımcı olursa sevinirim.
  • 12-08-2009, 14:15:39
    #2
    css nin tamamını eklermisin .
  • 12-08-2009, 14:29:04
    #3
    html, body {
    font-family : Tahoma, Arial, Verdana, sans-serif;
    font-size : 12px;
    height : 100%;
    margin : 0;
    padding : 0;
    color : #414141;
    }
    body {
    background-image : url('../images/bg.gif');
    background-repeat : repeat-x;
    background-color : white;
    }
    img, form {
    border : 0;
    margin : 0;
    padding : 0;
    }
    form {
    display : inline;
    }
    a {
    text-decoration : none;
    color : black;
    }
    a:hover {
    text-decoration : underline;
    }
    .clear {
    clear : both;
    font-size : 0.1em;
    }
    hr {
    margin : 0;
    padding : 0;
    }
    table, tr, td {
    padding : 0;
    margin : 0;
    text-align : left;
    }
    #content {
    float : left;
    width : 100%;
    }
    
    #zentriert {
    width : 980px;
    position : absolute;
    left : 50%;
    margin-left : -490px;
    background-repeat : no-repeat;
    background-position : left top;
    text-align : left;
    }
    h1, h2, h3, h4, h5 {
    margin : 5px 0 0 0;
    }
    .submit {
    background-image : url('../images/suche.gif');
    background-repeat : no-repeat;
    height : 24px;
    border : 0;
    }
    .submit2 {
    background-color : white;
    background-image : url('../images/button.gif');
    background-repeat : no-repeat;
    height : 22px;
    border : 0;
    }
    a.tooltip {
    color : #c00;
    }
    a.tooltip b {
    display : none;
    }
    a.tooltip:hover {
    border : 0;
    position : relative;
    z-index : 500;
    text-decoration : none;
    }
    a.tooltip:hover b {
    display : block;
    position : absolute;
    top : 20px;
    left : -25px;
    padding : 5px;
    font-weight : normal;
    color : #000;
    border : 1px solid #888;
    background : #ffc;
    width : 350px;
    }
    a.tooltip:hover b em {
    position : absolute;
    left : 30px;
    top : -6px;
    width : 11px;
    height : 6px;
    background : #fff url('..images/tooltip.gif') 0 0;
    display : block;
    font-size : 1px;
    }
    .space_2px {
    height : 2px;
    font-size : 0.1em;
    }
    .space_3px {
    height : 3px;
    font-size : 0.1em;
    }
    .space_5px {
    height : 5px;
    font-size : 0.1em;
    }
    .space_10px {
    height : 10px;
    font-size : 0.1em;
    }
    .space_15px {
    height : 15px;
    font-size : 0.1em;
    }
    .space_20px {
    height : 20px;
    font-size : 0.1em;
    }
    .space_30px {
    height : 30px;
    font-size : 0.1em;
    }
    .space_40px {
    height : 40px;
    font-size : 0.1em;
    }
    .space_50px {
    height : 50px;
    font-size : 0.1em;
    }
    .table_spacing_5 {
    width : 5px;
    height : 5px;
    font-size : 0.1em;
    }
    .table_spacing_10 {
    width : 10px;
    height : 10px;
    font-size : 0.1em;
    }
    .table_spacing_15 {
    width : 15px;
    height : 15px;
    font-size : 0.1em;
    }
    .table_spacing_20 {
    width : 20px;
    height : 20px;
    font-size : 0.1em;
    }
    .table_spacing_30 {
    width : 30px;
    height : 30px;
    font-size : 0.1em;
    }
    .black_bold {
    position : relative;
    font-weight : bold;
    color : black;
    }
    .red {
    position : relative;
    color : #ff0000;
    }
    .red a {
    position : relative;
    color : #ff0000;
    }
    .darkred {
    position : relative;
    color : #b70b00;
    }
    .darkred a {
    position : relative;
    color : #b70b00;
    }
    .red_bold {
    position : relative;
    font-weight : bold;
    color : #cc0000;
    }
    .red_bold a {
    position : relative;
    font-weight : bold;
    color : #cc0000;
    }
    .white_bold {
    position : relative;
    font-weight : bold;
    color : white;
    }
    .white_bold a {
    position : relative;
    font-weight : bold;
    color : white;
    }
    .white_small {
    position : relative;
    color : white;
    font-size : 10px;
    }
    .darkblue_b {
    color : #263c75;
    font-weight : bold;
    }
    .darkblue_2 {
    color : #2d52a6;
    font-weight : bold;
    font-size : 12px;
    }
    .darkblue_3 {
    color : #2d52a6;
    font-weight : bold;
    font-size : 12px;
    width : 15px;
    padding : 1px 1px 1px 15px;
    background : url('../images/pfeil.gif') no-repeat left;
    }
    .darkblue a {
    color : #263c75;
    }
    .lightblue {
    color : #0090ff;
    }
    .lightblue a {
    color : #0090ff;
    }
    .linkcolor {
    color : #0045f8;
    }
    .linkcolor a {
    color : #0045f8;
    }
    .grey_small {
    color : #b2b2b2;
    font-size : 9px;
    }
    .font_small {
    font-size : 11px;
    }
    .angebotsbox_element {
    float : left;
    display : inline;
    position : relative;
    }
    .angebot_title a {
    color : #31457f;
    font-weight : bold;
    font-size : 12px;
    text-decoration : underline;
    }
    .angebot_title_blue a {
    color : #277488;
    font-weight : bold;
    font-size : 12px;
    }
    .angebot_title_large a {
    color : #951a1a;
    font-weight : bold;
    font-size : 14px;
    }
    .angebot_info a {
    color : #31457f;
    font-size : 11px;
    text-decoration : underline;
    }
    .angebot_preis a {
    color : #c60000;
    font-weight : bold;
    font-size : 12px;
    text-decoration : underline;
    }
    .angebot_title_small_b_u {
    color : #0d3f86;
    font-weight : bold;
    font-size : 11px;
    text-decoration : underline;
    }
    .angebot_title_small_b_u a {
    color : #0d3f86;
    font-weight : bold;
    font-size : 11px;
    text-decoration : underline;
    }
    .angebot_title_small_u {
    color : #0d3f86;
    font-weight : normal;
    font-size : 11px;
    text-decoration : underline;
    }
    .angebot_title_small_u a {
    color : #0d3f86;
    font-weight : normal;
    font-size : 11px;
    text-decoration : underline;
    }
    .angebot_preis_small {
    color : #c60000;
    font-weight : bold;
    font-size : 11px;
    text-decoration : underline;
    }
    .angebot_preis_small a {
    color : #c60000;
    font-weight : bold;
    font-size : 11px;
    text-decoration : underline;
    }
    .angebot_title_verysmall_b {
    color : #0d3f86;
    font-weight : bold;
    font-size : 10px;
    }
    .angebot_title_verysmall_b a {
    color : #0d3f86;
    font-weight : bold;
    font-size : 10px;
    }
    .angebot_title_verysmall {
    color : #0d3f86;
    font-size : 10px;
    }
    .angebot_title_verysmall a {
    color : #0d3f86;
    font-size : 10px;
    }
    .angebot_preis_verysmall_b {
    color : #c60000;
    font-weight : bold;
    font-size : 10px;
    }
    .angebot_preis_verysmall_b a {
    color : #c60000;
    font-weight : bold;
    font-size : 10px;
    }
    .detailsuche_tab_aktiv {
    background : url('../images/tabnavil.gif') repeat-x left top;
    height : 29px;
    line-height : 28px;
    border-bottom : 1px solid #e0e0e0;
    }
    .detailsuche_tab_aktiv a {
    color : white;
    font-weight : bold;
    }
    .detailsuche_tab_inaktiv {
    background : url('../images/tabnavil.gif') repeat-x left -28px;
    line-height : 28px;
    border-bottom : 1px solid #e0e0e0;
    }
    .detailsuche_tabspace {
    font-size : 0.1em;
    background-color : #e0e0e0;
    width : 1px;
    border-bottom : 1px solid #e0e0e0;
    }
    .startseite_detailsuchespalte {
    border : 1px solid #e0e0e0;
    }
    .extrabutton_white_yellow {
    border : 1px solid #9e6800;
    }
    .extrabutton_white_yellow tr {
    background : url('../images/buttonbgw.gif') repeat-x;
    height : 28px;
    line-height : 28px;
    }
  • 12-08-2009, 15:00:21
    #4
    image'lara weight vererek denermisin..
  • 13-08-2009, 13:59:41
    #5
    Öyle yaptım, o satırların sorunu o imiş. Teşekkür ederim. Eliniz zihniniz dert görmesin.
  • 13-08-2009, 17:54:08
    #6
    Arkadaşlar aşağıdaki CSS level 2.1 tarama sonuçları hata satırlarının anlamı nedir acaba ?

    Property overflow-y doesn't exist in CSS level 2.1 but exists in [css3] : hidden
    Property -moz-background-clip doesn't exist : -moz-initial
    Property -moz-background-origin doesn't exist : -moz-initial
    Property -moz-background-inline-policy doesn't exist : -moz-initial
    Parse Error title
  • 19-08-2009, 17:44:43
    #7
    Property overflow-yve moz için kullandığın kodlar css 2.1 ile uyumlu değil..css3te uyumlu oldupunu belirtiyor