• 28-10-2010, 20:34:08
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    LAYOUT: Two columns
    DESCRIPTION: Two-column fixed layout with one sidebar right of content
    */
    
    
    #container {
        float: left;
        margin: 0 -240px 0 0;
        width: 100%;
    }
    #content {
           float: left;
           margin: 0 280px 0 0;
           
    }
    
    #primary,
    #secondary {
        float: right;
        overflow: hidden;
        width: 220px;
    }
    #secondary {
        clear: right;
    }
    
    #footer {
        clear: both;
        width: 100%;
    }
    
    /*
    Css nin ilgili kısmı yukarıdaki şekilde burayı biraz kurcaladım beceremedim
    #primary div inde sidebar var nasıl sola alabilirim..
  • 28-10-2010, 23:40:11
    #2
    LAYOUT: Two columns
    DESCRIPTION: Two-column fixed layout with one sidebar right of content
    */
    
    
    #container {
        float: left;
        margin: 0 -240px 0 0;
        width: 100%;
    }
    #content {
           float: right;
           margin: 0 280px 0 0;
           
    }
    
    #primary,
    #secondary {
        float: left;
        overflow: hidden;
        width: 220px;
    }
    #secondary {
        clear: left;
    }
    
    #footer {
        clear: both;
        width: 100%;
    }
    
    /*
    Bunu dener misin?
  • 29-10-2010, 09:50:26
    #3
    Yönetici onayı bekliyor
    Öyle denemiştim olmadı..
  • 29-10-2010, 09:58:02
    #4
    Anladığım kadarıyla bu kodlar eksik.
  • 29-10-2010, 10:04:28
    #5
    şu işini görecek sanırım

    http://www.dollarsblog.com/how-to-mo...default-theme/