• Resolved KMLProxy

    (@kmlproxy)


    Hello all –

    I use a static main page with a flash video and recently made one of the links along the menu at the top of my page un-linked, so that it merely displays a drop-down of links.

    However, this sub-menu displays BEHIND the flash video – it’s evident what the problem is if you’ll just mouse over ‘Projects’ on the menu – the sub-menu appears behind the flash video.

    I know the issue is z-indexing, but I’m not sure what to change where; if it matters, I’m using the Kimili flash plugin, although surely I can just change the z-index of the sub-menu in the stylesheet somewhere, right?

    The website is here: http://www.invictuspartnersllc.com

    Thanks much for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s an IE7 specific issue so probably best handled using conditional CSS.

    Thread Starter KMLProxy

    (@kmlproxy)

    Sorry, perhaps I should have mentioned… I’m using Chrome and it shows up on both the Dev and stable builds, so it certainly doesn’t seem to be IE specific. Any further ideas?

    I have just solved this myself. You need edit the <object>-tag

    You have…

    <object	type="application/x-shockwave-flash"
    			data="http://www.invictuspartnersllc.com/wp-content/uploads/2010/09/Invictus-Welcome.swf"
    			name="fm_Invictus-Welcome_1007969967"
    			width="740"
    			height="492">

    You need…

    <param name="wmode" value="transparent">
    <object	type="application/x-shockwave-flash"
    			data="http://www.invictuspartnersllc.com/wp-content/uploads/2010/09/Invictus-Welcome.swf" wmode="transparent"
    			name="fm_Invictus-Welcome_1007969967"
    			width="740"
    			height="492">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Z-Index Issue – Please Help CSS/HTML’ is closed to new replies.