• Resolved liabungalo

    (@liabungalo)


    My site http://www.lifeinabungalo.com has a black sidebar and a white post section, which makes it very difficult to choose a link color. Right now I have a maroon, which works fine on the post, but poorly on the sides. Is there any way to make the center column (#content) the left and right sidebars (#contentright and #contentright2)?

    #content{
    float: right;
    width: 460px;
    padding: 5px;
    margin-top:5px;
    }

    #contentright2{
    float: left;
    width: 200px;
    padding: 5px;
    margin-top:10px;
    border: 0px solid Gray;
    border-right: 0px solid Gray;
    }

    #contentright{
    float: right;
    padding: 5px;
    border: 0px solid Gray;
    border-left: 0px solid Gray;
    width: 200px;
    margin-bottom: 10px;
    font-size: 11px;
    color: Gray;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • yes, just specify link colors for your sidebars:

    #contentright a, #contentrighta:link, #contentrighta:visited {color stuff here;}

    #contentright a:hover, #contentright a:active {
    {color stuff here;}

    Thread Starter liabungalo

    (@liabungalo)

    Is the CSS style above correct? Should there be spaces between contentright and a:link?

    I can’t seem to get it to work 100%

    Thread Starter liabungalo

    (@liabungalo)

    I think I fixed it. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I need multiple link colors’ is closed to new replies.