Re: [css-d] drop down menus/flash

2008-10-16 Thread Ed Pybus
Thanks for the advice - unfortunately none of it has worked for me! I've give the elements of the dropdown menus higher z-index numbers than the flash player and tried the wmode param on the flash player and neither seem to work (at least on FF3 on ubuntu). I know there seems to be some

Re: [css-d] drop down menus/flash

2008-10-16 Thread jono
http://www.slrecords.net/test_videos.php Or do I just have to accept that at the moment you can't get drop down menus to drop in front of a flash player?? No, the scriupt is the culprit. Even Dreamweaver gets this wrong out of the box. Use [1]swfObject, as follows: Include swfobject in

Re: [css-d] drop down menus/flash

2008-10-16 Thread Gunlaug Sørtun
Ed Pybus wrote: ... could some check if the menus are coming down in front of the flash player on other operating systems? http://www.slrecords.net/test_videos.php Seems to be working as intended in all browsers on windows 2000/XP/Vista and on Mac OSX - dropdown gets in front of flash. As

Re: [css-d] drop down menus/flash

2008-10-14 Thread Rachel Mawhood
You've got z-index: 999; on your nav a . Isn't that causing the drop down menu when active to be in front of everything else? Doesn't it need to be something like z-index: 2, and the video and the title above it being z-index: 3 ? Hope this helps. Rachel At 13:01 14/10/2008, Ed Pybus

Re: [css-d] drop down menus/flash

2008-10-14 Thread Al Sparber
http://www.projectseven.com/support/answers.asp?id=127 -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets http://www.projectseven.com/go/Elevators __ css-discuss [EMAIL

[css-d] drop down menus/flash

2008-10-14 Thread Ed Pybus
Hi, Can anyone help me get my dropdown menus coming down in front of a flash player rather than behind it? http://www.slrecords.net/test_videos.php CSS here http://www.slrecords.net/css/master2.css This is my first website so and other comments/improvements/criticisms welcome. Thanks, Ed

Re: [css-d] drop down menus/flash

2008-10-14 Thread Luis Speciale
Ed Pybus a écrit : http://www.communitymx.com/content/article.cfm?cid=E5141 Hope it helps Luis Hi, Can anyone help me get my dropdown menus coming down in front of a flash player rather than behind it? http://www.slrecords.net/test_videos.php CSS here