rate4d
Member
Posted 2 months ago #
So the problem is, when I Insert .SWF (Flash) object into post some submenus can't be visible anymore, because flash object covers it, I don't know how to explain it good, so I always make an image, it will explain everything better
http://ikelk.lt/storage/images/000/009/139/9139/original_img.gif
dmallicoat
Member
Posted 1 month ago #
That is a problem with Flash taking automatically taking z-index precedence of elements on the page. You will have to find the CSS of the elements and set a z-index: $number, and then try a $number(ie... 1 - 1000) until it shows above the flash in the style.css file.
Hope that helps.