flas ads. overlaps css dropdown menu. it's difficult to describe the problem. you can go to http://www.eng4u.cn/index.php?option=com_content&view=article&id=388&Itemid=58 and when you hover over the send menu, you can see the black flash ads overlaps the dropdown menu. it's above the menu. i want it underneath the menu. how to write the css code? tanks very much!
Hi, it's hard to see which part you are talking about as I can't read that language! I didn't see the flash appear any menus though. If it is still a problem, try using a z-index in your css. Give the menu a higher z-index than the flash. z-index acts kind of like a layer, so the higher the z-index the higher your object is layer-wise. Have a read of this, it should help you out - http://www.echoecho.com/csslayers.htm
I don't have a font that includes that language character set, so can only assume the issue is as follows. The Flash plugin is a windowed object by default. It effectively floats above the page. You can change this behavior. Add <param name="wmode" value="opaque"> to the object element. For the embed element, add it as an attribute, wmode="opaque". cheers, gary