"navigation" is nested inside the "content_wrapper." I'm trying to get navigation_gray_bar_on_righ.png to display on top of the "content_wrapper" element. It works fine in Firefox but not in IE6.
Here's the web site - http://clbc.net/next
.content_wrapper {
background: url(images/background.jpg) repeat-y;
width: 770px;
height: 100%;
}
.navigation {
background: url(images/navigation_gray_bar_on_righ.png);
width: 200px;
float: left;
padding-top: 20px;
padding-bottom: 20px;
2007-06-25
02:13:21
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design