help w/ css prob

Out of context: Reply #4

  • Started
  • Last post
  • 17 Responses
  • shaft0

    div.tabArea {
    font-size: 11px;
    font-weight: normal;
    border-bottom: 0px;
    padding-left:15px;
    }
    .tabArea a {
    margin-right:2px;
    border:1px solid #000;
    background-color: #f0f0f0;
    border-bottom-width: 0px;
    padding: 2px 1em 2px 1em;
    text-decoration: none;
    float:left;
    }
    .tabArea a, .tabArea a:visited {
    color: #808080;
    }
    .tabArea a:hover {
    background-color: #c1be9c;
    color: #333;
    }

    ..and drop class name "tab" in the a's, it's not necessary now

View thread