segmeant
Member
Posted 6 years ago #
I've recently created a website that has an embedded flash header. http://dev.insightspotlight.com/tran/ The flash loads fine, but my middle nav div underneath collapses up causing my navigation's background to rise behind the flash object. I know that this is more than likely easy for a seasoned CSS pro, but I'm stuck wondering what may work. I've tried to repeat the background-y to no avail. any suggestions, possible solutions or threads that you can point me to?
All your help is greatly appreciated.
I looked at it in Firefox, cannot verify IE.
Change your css to the following and it looks ok
/*--------- Middle Bar -----------------------*/
#middlebar{
margin:120px 0px 10px 0px;
background-image:url(images/elements/navBkgd.jpg);
background-repeat: repeat-y;
padding: 0px;
width: 720px;
height: 20px;
background-color: #8A8F00;
border-bottom:1px solid #D6D3CE;
border-left:1px solid #D6D3CE;
border-right:1px solid #D6D3CE;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 17px;
font-size: 10px;
}