> 
> Hello all. Thanks to whomever is hosting this list.
> 
> Can someone help me with something? I can't get the bottom border image to
> be visible between these navigation tabs and the white area below them. In
> a book I bought by Dan Cedarholm, this border should be visible unless a
> tab is hovered over and the hovered tab should overlap the border. I have
> spent a good 5 hours trying to figure this out
> 
> Pardon my naivety
> 
> http://www.bodyrecess.com/test/defaultnew.htm
> 
> Mark
> 

Welcome to the list. I think below is what you're trying to achieve. See my
comments,


#topMenu a {
        display: block;
        margin: 0 6px 0 0;
        padding: 4px 8px;
        border: 1px solid #9B8748;
        /* border-bottom: none; TAKE THIS LINE OUT */
        background: url(images/topMenu_tab_off_bg.gif) repeat-x top left;
        text-decoration: none;
        color: #333333;
        background-color: #F9E9A9;
}
#topMenu a:hover, body#welcome #t-welcome a {
        color: #333;
        padding-bottom: 5px;
        /* boder-color: #727377; TAKE THIS LINE OUT */
        border-bottom: 1px solid #fff; /* ADD THIS LINE */
        background: #fff url(images/topMenu_tab_on_bg.gif) repeat-x top
left;
        float: left;
        margin: 0 6px 0 0;
        padding: 4px 8px;
}

Regards, 
Cem Meric

Kalkadoon
Corporate Solutions


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to