I have a image that get displayed over the window that pops up, it shouldnt do that. The image should be underneath the window popup.
I guess I need to do something in the css?
here is the css for the image:
.ribbon{
background:url(../images/ribbon.png) no-repeat;
position:absolute;
width:152px;
height:132px;
z-index:999999999;
margin:-4px 0 0 -4px;
}
Just remove or change that extremely huge
z-index, which probably is greater than the popup‘sz-index!