Results 1 to 2 of 2

Thread: Overlay two borders

  1. #1
    Join Date
    Jan 2006
    Posts
    2

    Overlay two borders

    Thx all for the help, the problem was the height of the <li> <a>
    I also eliminated the verdana as suggested [it was also unuseful to
    specificate the font cause in that list i dont use any font, i use images to
    display buttons with Kroeger font] but now i got another problem.

    I need to overlay two borders:

    _______________________
    HTML Code:
    .navlist
    {
    margin: 0px 0px 0px 0px;
    background-color: black;
    width: 8.50em;
    padding-bottom: 5em;
    border-right: 0.50em solid red;
    }
    
    .navlist li a
    {
    display:block;
    background-color: blue;
    padding: 0.0em 0.0em 0.0em 1.0em;
    border-right: 0.50em solid red;
    }
    _________________________


    Well i need to overlay them cause in a .navlist li a:hover Only the <li> <a>
    border will have to change color. Anyway with this code i got two borders
    side by side, like:
    .navlist li a ------
    .navlist _____

    But in vertical ... well how to overlay them?

  2. #2
    Join Date
    Jan 2006
    Posts
    2
    Anyway i done this for explication:

    This is the situation i have:
    http://img91.imageshack.us/img91/344/example013if.jpg
    And this photoshopped img shows what i'd want to have:
    http://img90.imageshack.us/img90/6928/example022nk.jpg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •