Click to See Complete Forum and Search --> : stranf flash and div problem


pelegk1
01-26-2004, 07:19 AM
i put a flash in a div
and i do
style.display=""; -->> and i see the flash
i do

style.display="none"; and i still see it why?????
thanks in advance
peleg

crh3675
01-26-2004, 07:30 AM
Plugin spaces have a higher z-index than HTML elements. Try using "visibility:hidden". This is also the case with the "select" box in form elements. It is a web browser flaw that has no current work-around and has been-around for years.

--Craig

pelegk1
01-26-2004, 07:44 AM
it will still hold the place on stage not like dispaly which dosent do it

crh3675
01-26-2004, 07:50 AM
If you can't get it to work the way you want, use an IFRAME and have the Flash code open in that IFRAME. Modify the settings of the IFRAME for "display:none, display:block". See if that works.

--Craig