<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/z-index</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 13:13:10 GMT</pubDate>
<item>
<title>(JavaScript) Fixing IE Z-index with jquery - rumremix</title>
<link>http://snipplr.com/view/68977/fixing-ie-zindex-with-jquery/</link>
<description><![CDATA[ <p>Useful trick from css tricks blog at http://css-tricks.com/snippets/jquery/fixing-ie-z-index/</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 06:25:41 GMT</pubDate>
<guid>http://snipplr.com/view/68977/fixing-ie-zindex-with-jquery/</guid>
</item>
<item>
<title>(CSS) IE7 z-index JQuery Fix - MagnerSanborn</title>
<link>http://snipplr.com/view/63134/ie7-zindex-jquery-fix/</link>
<description><![CDATA[ <p>Fix z-index in IE7 using JQuery snippet</p> ]]></description>
<pubDate>Tue, 07 Feb 2012 07:59:51 GMT</pubDate>
<guid>http://snipplr.com/view/63134/ie7-zindex-jquery-fix/</guid>
</item>
<item>
<title>(jQuery) Fix YouTube iFrame Overlay and Z-Index Issues - kiroweb</title>
<link>http://snipplr.com/view/60163/fix-youtube-iframe-overlay-and-zindex-issues/</link>
<description><![CDATA[ <p>fix youtube iframe overlay</p> ]]></description>
<pubDate>Tue, 25 Oct 2011 19:54:55 GMT</pubDate>
<guid>http://snipplr.com/view/60163/fix-youtube-iframe-overlay-and-zindex-issues/</guid>
</item>
<item>
<title>(HAML) Youtube iframe z-index issues - barky159</title>
<link>http://snipplr.com/view/58947/youtube-iframe-zindex-issues/</link>
<description><![CDATA[ <p>Out of the box youtube videos embedded with the iframe option don't layer very well with other elements. Add '?wmode=transparent' to the embed to fix it.</p> ]]></description>
<pubDate>Thu, 22 Sep 2011 00:41:41 GMT</pubDate>
<guid>http://snipplr.com/view/58947/youtube-iframe-zindex-issues/</guid>
</item>
<item>
<title>(PHP) WordPress YouTube Z-Index Fix - paulgrenwood</title>
<link>http://snipplr.com/view/57789/wordpress-youtube-zindex-fix/</link>
<description><![CDATA[ <p>WordPress allows you to embed videos so easily using oEmbed. You can easily add videos to your post just pasting their URL to your post. WordPress handles all the object and embed HTML for you. But this code is missing wmode parameter which is necessary for CSS z-index to work.


Here I will show you how to filter the HTML for the embedded video and add this parameter so easily. For this we will use the oembed_dataparse filter which is run when a user adds a video to the post. Place the following code in your theme's functions.php file:</p> ]]></description>
<pubDate>Fri, 12 Aug 2011 19:38:19 GMT</pubDate>
<guid>http://snipplr.com/view/57789/wordpress-youtube-zindex-fix/</guid>
</item>
<item>
<title>(jQuery) Ie7 Internet Explorer 7 z-index problem fix - ronal</title>
<link>http://snipplr.com/view/53909/ie7-internet-explorer-7-zindex-problem-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 21 May 2011 08:39:55 GMT</pubDate>
<guid>http://snipplr.com/view/53909/ie7-internet-explorer-7-zindex-problem-fix/</guid>
</item>
<item>
<title>(ActionScript 3) Set depth in AS3 - f6design</title>
<link>http://snipplr.com/view/51110/set-depth-in-as3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 Mar 2011 13:39:23 GMT</pubDate>
<guid>http://snipplr.com/view/51110/set-depth-in-as3/</guid>
</item>
<item>
<title>(CSS) Z-Index marking table - secretgspot</title>
<link>http://snipplr.com/view/50955/zindex-marking-table/</link>
<description><![CDATA[ <p>General rule to follow when playing with Z-Index.  If everyone follows, things will be easier.</p> ]]></description>
<pubDate>Tue, 22 Mar 2011 18:51:13 GMT</pubDate>
<guid>http://snipplr.com/view/50955/zindex-marking-table/</guid>
</item>
<item>
<title>(ActionScript 3) Util for managing DisplayObject\'s depths - burnandbass</title>
<link>http://snipplr.com/view/45908/util-for-managing-displayobjects-depths/</link>
<description><![CDATA[ <p>the code is self-explanary</p> ]]></description>
<pubDate>Sat, 18 Dec 2010 12:10:18 GMT</pubDate>
<guid>http://snipplr.com/view/45908/util-for-managing-displayobjects-depths/</guid>
</item>
<item>
<title>(HTML) flash or object tags and z-index - rumremix</title>
<link>http://snipplr.com/view/45004/flash-or-object-tags-and-zindex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 29 Nov 2010 08:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/45004/flash-or-object-tags-and-zindex/</guid>
</item>
<item>
<title>(CSS) CSS. z-index - Masis</title>
<link>http://snipplr.com/view/34109/css-zindex/</link>
<description><![CDATA[ <p>Any positioned elements on a web page can be superposed each other in a certain order. Thus they are simulating the third measurement that is perpendicular to the screen. Each element can be both below and above placing other objects on a z-axis. The attribute z-index operates here.</p> ]]></description>
<pubDate>Mon, 10 May 2010 02:57:56 GMT</pubDate>
<guid>http://snipplr.com/view/34109/css-zindex/</guid>
</item>
<item>
<title>(jQuery) Fix z-index bugs in IE 6 &amp;amp; 7 - brianyang</title>
<link>http://snipplr.com/view/18675/fix-zindex-bugs-in-ie-6--7/</link>
<description><![CDATA[ <p>dynamically reverse the default z-index stacking order of the elements on your page</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 12:02:41 GMT</pubDate>
<guid>http://snipplr.com/view/18675/fix-zindex-bugs-in-ie-6--7/</guid>
</item>
<item>
<title>(CSS) Title Image Replacement for DNN (Shea  Enhancement, revised for Z-Index issue) - skylenewman</title>
<link>http://snipplr.com/view/10354/title-image-replacement-for-dnn-shea--enhancement-revised-for-zindex-issue/</link>
<description><![CDATA[ <p>In original Shea Enhancement, image had higher z-index than drop-down menu items. Changing z-index of entire H1 made text appear above image in some browsers. Could not change z-index of menu items.

Added an extra span tag and two classes to the mix. The new span allows the text to be pushed further back in the z-index.</p> ]]></description>
<pubDate>Tue, 09 Dec 2008 09:31:57 GMT</pubDate>
<guid>http://snipplr.com/view/10354/title-image-replacement-for-dnn-shea--enhancement-revised-for-zindex-issue/</guid>
</item>
<item>
<title>(JavaScript) jquery: simule z-index to place divs over select objects (explorer bug) - victorchamorro</title>
<link>http://snipplr.com/view/4134/jquery-simule-zindex-to-place-divs-over-select-objects-explorer-bug/</link>
<description><![CDATA[ <p>using bgiframe to solve a bug in explorer: you cannot apply z-index to place divs over selects in a form!!!</p> ]]></description>
<pubDate>Wed, 14 Nov 2007 11:27:40 GMT</pubDate>
<guid>http://snipplr.com/view/4134/jquery-simule-zindex-to-place-divs-over-select-objects-explorer-bug/</guid>
</item>
</channel>
</rss>