GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Help with my dropdown menu? (https://gfy.com/showthread.php?t=1109105)

mromro 05-10-2013 09:52 AM

Help with my dropdown menu?
 
Anyone know how to fix this?
My drop down menu is hidden behind my flash embeds.
All the suggestions I see are to add wmode transparent to the flash object containers but I can't do that for all the videos from sponsors.
Is there any other way to do this? I'm useing wordpress.

Colmike9 05-10-2013 10:14 AM

The only way I could figure out how to do it was to add wmode transparent to each one.. :(

Anyone know of a way to add that to Flash embeds using PHP?

wizzart 05-10-2013 10:22 AM

Code:

<param name="wmode" value="transparent" />
Add that to embed object. Also it can be added with jQuery

Code:

$(function(){
$('object').append('<param name="wmode" value="transparent" />');
});

If you using just embed without object:

Quote:

<embed wmode="transparent" ....
Code:

$(function(){
$('embed').attr("wmode","transparent");
});


mromro 05-10-2013 11:01 AM

Yeah, I don't think I can edit each sponsors embeded video.
How would I add that code. Don't really know where to put it or how to use it. Thanks!


All times are GMT -7. The time now is 05:53 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc