• 20-03-2016, 15:06:55
    #1


    @charset "UTF-8";
    /* CSS Document */
    
    body {
      margin: 0px;
      padding; 0px;
      font-family : 'Raleway', sans-serif;
    }
    
    ta-header,
    head-line,
    logo,
    header-social-line,
    header-menu,
    header-inner,
    ta-content,
    most-viewed-contents,
    new-contents,
    photo-gallery,
    last-blog-posts,
    ta-footer,
    header-social-line,
    footer-menu,
    tags{
      display: block;
      margin-top: 0;
    }
    
    #ta-header {
    	background-color:#262626;
    }

    Margin ve padding 0 olmasına rağmen üstte boşluk kalıyor, eksi değer verince yukarı çıkıyor. Bunu sebebi konusunda yardımcı olabilir misiniz dostlar?
  • 20-03-2016, 15:34:47
    #2
    margin ve padding' i *' a vericeksin dostum

    * {

    margin:0;
    padding:0;
    }

    gibi..
  • 20-03-2016, 15:42:09
    #3
    html, body, div, span, applet,object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;text-decoration:none}
  • 20-03-2016, 15:43:06
    #4
    F. STACK WEB + MOBILE DEV
    padding'den sonra noktalı virgül koymuşsun, iki nokta üst üste koyman gerekirdi



    ayrıca ul'a da padding: 0; margin: 0; vermen lazım
  • 20-03-2016, 17:07:44
    #5
    TanTan adlı üyeden alıntı: mesajı görüntüle
    margin ve padding' i *' a vericeksin dostum

    * {

    margin:0;
    padding:0;
    }

    gibi..
    OsGaKa adlı üyeden alıntı: mesajı görüntüle
    html, body, div, span, applet,object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;text-decoration:none}
    Tonks adlı üyeden alıntı: mesajı görüntüle
    padding'den sonra noktalı virgül koymuşsun, iki nokta üst üste koyman gerekirdi



    ayrıca ul'a da padding: 0; margin: 0; vermen lazım

    Yardımlarınız için teşekkür ederim, yazdıklarınız doğrultusunda tüm hataları düzelttim.