How To Create Tab With "Active Arrow" Below?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pbd22

    #16
    Re: How To Create Tab With "Active Arrow" Below?

    On May 3, 2:02 pm, pbd22 <dush...@gmail. comwrote:
    On May 3, 8:06 am, Ed Jay <e...@aes-intl.comwrote:
    >
    Rob scribed:
    >
    >pbd22 schreef:
    >[snipped]
    >
    >Rob,
    >
    >Thanks! you rock.
    >
    >When I lay down, I roll :>)
    >
    Take a Viagra. It will prevent you from rolling too far. ;-)
    --
    Ed Jay (remove 'M' to respond by email)
    >
    OK. I have one last question if anybody cares to kill a few minutes...
    >
    How do I change the border of the CSS arrow itself? Below are the
    two classes for forming the little CSS arrow thing below the tab.
    But,
    I can't seem to figure out how to change the arrow's border - not sure
    if its possible given the way it currently is working? Any takers:
    >
    .activearrow a:hover span {
    background:#66C CCC;
    text-decoration:none ;
    font-weight:bold;
    color:White;
    }
    >
    .activearrow a:hover em {
    display:block;
    overflow:hidden ;
    border:6px solid #66CCCC;
    border-color:#66CCCC #E5E5E5;
    border-width:6px 6px 0 6px;
    position:absolu te;
    left:50%;
    margin-left:-6px;
    }
    oh well.

    anyway, thanks a ton for all your help... super
    useful feedback. thanks again!

    Comment

    Working...