CSS Help

Out of context: Reply #12

  • Started
  • Last post
  • 16 Responses
  • Jaline0

    yeah, it's difficult to do without making the text align to the right (which is a look you may not like).

    this is the closest I got to:

    ul.nav {
    float: left;
    clear: left;
    width: 335px;
    height: 18px;
    line-height: 24px;
    list-style-type: none;
    padding:0px;
    margin: 0px; text-align:right;
    }

    ul.nav li a {padding-left: 250px;
    position: relative;
    font-weight: bold; left:-35px;
    border-bottom: 0px;
    background-color: #cc0033;}

View thread