I have a html page with a div call maindiv containing a swf file of 800*600 size. I have a content layer div which contains text and image whose z-index is higher than the maindiv. the problem is in netscape the content layer div is not shown even when its z-index is higher than the maindiv and in IE untill i make the wmode transparent the content layer div is not shown. Can anybody help me and get me out of this loope between IE and Netscape
And one last Q is Can i make a swf transparent in netscape if yes how?
Please solve my query
regards
shankar
Comments
if(navigator.AppName=="Internet Explorer") {
zindex=whatever;
code...
code..
}
else if(navigator.AppName=="Netscape") {
zindex=whatever+whatever;
code...
code..
}
As to actually making it transparent and raising it...donno. I haven't touched DHTML in a while.
~-Sig File-~
http://www.xnull.com
http://yabb.xnull.com
http://forum.xnull.com/forum/
http://www.scallion.f2s.com
These are all great sites. Check them out.