Hover over Services or Industries
To get the social icons to hover above the nav bar, I've used z-index in 3 places:
`
#primary-nav{
z-index:1;
}
#breadcrumb {
position:relative;z-index:0;}
.icons {
position:absolute;
top: 113px;
z-index: 2 !important;
}
`
Long dropdown menu falls behind banners
Started by
anvilmediainc
, Dec 03 2010 11:50 PM
1 reply to this topic









