Hello everyone, I am using Ibox in my database and I have a Flash header. My problem is that the Flash header is being called to the top layer above the fade and the image. Any ideas why this is happening?
Nothing, huh? Well I checked my CSS and the header has a z-index of 0. The Ibox CSS style is:
ibox_w{
position: absolute;
top: 0px;
left: 0px;
z-index:100;
width: 100%;
height: 100%;
background-color: #000;
margin:0;
padding:0;
filter:alpha(opacity=0);
-moz-opacity: 0.0;
opacity: 0.0;
}
ibox_progress {
margin:0;padding:0;
position: absolute;
z-index:105;
} So the z-index should not overlap. How can a SWF jump to the top z-index? Is it because .swf is not check for in the external JS file? I noticed in the extensions .swf is not mentioned:
var urlString = /(\.jpg|\.jpeg|\.png|\.gif|\.html|\.htm|\.php|\.cfm|\.asp|\.aspx|\.jsp|\.jst|\.rb|\.rhtml|\.txt)$/gi; I have switched to .png header but i would prefer a .swf for text clarity. Anyone know why this error is happening?