Skip to content

Instantly share code, notes, and snippets.

@mikezter
Created November 4, 2010 01:33
Show Gist options
  • Save mikezter/662011 to your computer and use it in GitHub Desktop.
Save mikezter/662011 to your computer and use it in GitHub Desktop.
Always-on-top a button
diff --git a/ffx.htm b/ffx.htm
index 4a4ef7c..b802d8b 100755
--- a/ffx.htm
+++ b/ffx.htm
@@ -109,7 +109,7 @@
</script>
-<div id="noticias" style="position: absolute; left: 250px; top: 20px; float: inherit; width:125px;">
+<div id="noticias" style="z-index: 999999; position: absolute; left: 250px; top: 20px; float: inherit; width:125px;">
&gt; <a href="#" onclick="display('categories');return false;" id="categories_a" title="browse by categories">categories</a><br>
&gt; <a href="http://fourfiveX.net/about" title="fourfiveWhat?" target="_top">about</a>
@@ -506,9 +506,10 @@ Los geht es bei Anbruch der Dunkelheit.</p>
\\ tim, Juni 17, 2010 </div>
<p style="padding:20px; padding-left:20px;padding-bottom:30px;"><object width="640" height="385">
+<param name="wmode" value="transparent">
<param name="movie" value="http://www.youtube.com/v/YPu2CLgfd1Y&#038;hl=en_US&#038;fs=1&#038;"></param>
<param name="allowFullScreen" value="true"></param>
-<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YPu2CLgfd1Y&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>
+<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YPu2CLgfd1Y&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385" wmode="transparent"></embed></object>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment