• I would like to create a single sidebar that has 2 color blocks. Currently I have 1 sidebar defined with background color as follows:

    #sidebar{
    background: #e8e8e8;
    height: 600px;
    }

    I would like to see if I can define 400px with one color and the next 200px with another color.

    Anybody?

  • The topic ‘Sidebar background color (2 colors)’ is closed to new replies.