Jump to content

List Menu Fighting With Embedded Files


Mensuo

Recommended Posts

Does anyone know of a list menu that will pop up in front of an embedded PDF or swf file? Or what to do to the embedded file to make it come in behind the menu. I’m hoping to find something that is <ul> and css based to make Google happy. I tried setting the z-index on the menu to 10 and the z-index on the embedded file to 1, that didn’t seem to do anything.If anyone can point me in the right direction I’d greatly appreciate it.Thanks, Charley

Link to comment
Share on other sites

I know that with swf files this relates to wmode, try adding it to object file AND embed<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="300" title="title of swf file"> <param name="movie" value="media/swffilename.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <embed src="media/swffilename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="300" wmode="transparent" title="title of swf file"></embed></object>

Link to comment
Share on other sites

As i said, i knew wmode would work for swf, but i can't find any alternative for a PDF file.Most results through a google search, which have the same problem, said to supply an link to open pdf in new window, or position the embeded pdf file below the menu dropdown.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...