• 23-10-2010, 17:23:48
    #1
    http://img12.imageshack.us/img12/9114/96496674.png

    @charset "utf-8";
    /* CSS Document */
    
    body {
    margin:auto;
    }
    
    #arkaplan {
    background:#fff url(images/arkaplan.png) repeat-x;
    width:100%;
    height:250px;
    margin:auto;
    }
    
    #headbg {
    background: url(images/headbg.png) repeat-x center;
    width:100%;
    height:81px;
    }
    
    .logo {
    float:left;
    margin-left:153px;
    }
    
    .sagbanner {
    float:right;
    margin-right:150px;
    margin-top:20px;
    }
    
    #menu {
    background: url(images/menubg.png) ;
    width:100%;
    height:46px;
    text-align:center;
    }
    
    #menu a {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFF;    
    text-decoration:none;
    margin:15px;
    line-height:380%;
    }
    
    #menu a:hover {
    color:#15a7e1;    
    }
    
    #arka {
    background:url(images/showcase-bg.png) repeat-x; width:100%; height:150px;
    }
    
    #arka2 {
    background:url(images/showcase-promo.jpg) 0 0 no-repeat;
    width:100%;
    height:150px;
    }
    
    
    #duyurubg {
    background:url(images/featured-shadow.png) no-repeat center;
    width:100%;
    height:136px;
    }
    
    .baslik {
    font-family:Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
    font-size:18px;
    color:#fff;
    padding:15px 190px;
    }
    
    .icerik {
    font-family:Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
    font-size:13px;
    color:#fff;
    padding-left:190px;    
    }
    
    .icerik a {
    font-family:Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
    font-size:13px;
    color:#fff;
    text-decoration:none;
    }
    
    .icerik a:hover {
    color:#ddd;
    text-decoration:none;
    }
    
    .tarih {
    font-family:Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
    font-size:11px;
    color:#d6d6d6;
    float:right;
    padding-right:190px;
    }
  • 23-10-2010, 19:11:08
    #2
    hiç float değeri yok. float'ı bir align değeri gibi değil, sitenin tamamında uygulanacak birşey olarak görmeniz gerek. o sebeple kaymış site anladığım kadarıyla.