Hi group
have a javascript drop down menu ....all works fine..
then I put a flash movie in the center of the page and now the menu opens
behind the falsh movie ... how can I change it so it vil appear over the
flash movie...
I believe it has something to do with the z-index ...but the only thing I
can find are the following:
.......
var body=menu.bodys[st_cumbi];
if(st_cumbi) getpar(body).su b=[st_cumei,st_cum bi];
body.z_index= !st_cumbi ? 1000 : getpar(getpar(b ody)).z_index+1 0;
if(body.offset= ="auto")
{
if(st_cumbi)
body.offset=get par(getpar(body )).arrange=="ve rtically" ? "right" :
"down";
else
body.offset= "down";
.......
Do anyone have a solution ?
have a javascript drop down menu ....all works fine..
then I put a flash movie in the center of the page and now the menu opens
behind the falsh movie ... how can I change it so it vil appear over the
flash movie...
I believe it has something to do with the z-index ...but the only thing I
can find are the following:
.......
var body=menu.bodys[st_cumbi];
if(st_cumbi) getpar(body).su b=[st_cumei,st_cum bi];
body.z_index= !st_cumbi ? 1000 : getpar(getpar(b ody)).z_index+1 0;
if(body.offset= ="auto")
{
if(st_cumbi)
body.offset=get par(getpar(body )).arrange=="ve rtically" ? "right" :
"down";
else
body.offset= "down";
.......
Do anyone have a solution ?
Comment