I have a navbar that uses opacity and background color. I noticed that
the top part of the navbar, LEVEL 2, was lighter than the lower part,
LEVEL 3.

After making changes that initially seemed to fix the problem, I now
have a navbar that is completely transparent. Can anyone see where my
error might be?

Thanks,
Nicky

URL FOR THE SITE: http://grantsetcetera.com/index.html
URL FOR THE CSS FILE: http://grantsetcetera.com/css/ge_home_11.css

CSS DESRIPTIONS:
#thefold {
        width:875px;
}

#fold_nav2 {
        width:875px;
        background-color: 333333;
        margin-left:25px
        margin-right:25px;
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
}

#fold_nav3 {
        width:925px;
        height:45px;
        background-color: 333333;
        margin-left:25px;
        margin-right:25px;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
}

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to