July 16, 200818 yr Hi there! I'm new to this site. I have a question regarding my website. I have a drop down menu on my website. I tried to put a swf image right under the menu. When I move the cursor to the menu and the sub-menu drops down, it appears the the drop down menu is covered by the swf image. I guess there might be a conflict in coding. Can anyone give some advice to me? Thanks! ken.
July 16, 200818 yr I encountered that same problem before. Have your menu the following css I assume its wrap in a div or menu is under <li> tags #menu { position: relative; z-index: 100; display:block; } hope this helps you.
July 16, 200818 yr This problem comes up often in lots of forums... You'll need to change a couple of parameters in your flash code. Add the following to your OBJECT tag: <param name="wmode" value="transparent"> Add the following to your EMBED tag: wmode="transparent" I hope this helps... Although I've just read an article about using wmode = opaque instead... Haven't tried this though. If you do, let us know how you get on. Cheers.
Create an account or sign in to comment