LucasVon
06-11-2012, 09:08 PM
Hello!
I'm the web designer for a system we use here in college, but I'm having a problem which I simply couldn't solve:
http://i.imgur.com/0FWxI.png
As you can see, there is a black overlay (with a white box which is the overlay content), but the breadcrumb is on top of the overlay. Here is the CSS:
Breadcrumb:
.navbar {
background: #1876a7;
height: 20px;
margin-bottom:-13px;
padding-top: 5px;
padding-bottom: 3px;
padding-left: 7px;
position:relative;
z-index: 9!important;
top: 33px;
color: #fff;
}
Black Overlay:
element.style {
background-color: black !important;
width: 100% !important;
height: 100% !important;
position: fixed;
left: 0px;
top: 0px;
opacity: 0.7;
z-index: 10 !important;
display: block;
}
Thank you in advance!
I'm the web designer for a system we use here in college, but I'm having a problem which I simply couldn't solve:
http://i.imgur.com/0FWxI.png
As you can see, there is a black overlay (with a white box which is the overlay content), but the breadcrumb is on top of the overlay. Here is the CSS:
Breadcrumb:
.navbar {
background: #1876a7;
height: 20px;
margin-bottom:-13px;
padding-top: 5px;
padding-bottom: 3px;
padding-left: 7px;
position:relative;
z-index: 9!important;
top: 33px;
color: #fff;
}
Black Overlay:
element.style {
background-color: black !important;
width: 100% !important;
height: 100% !important;
position: fixed;
left: 0px;
top: 0px;
opacity: 0.7;
z-index: 10 !important;
display: block;
}
Thank you in advance!