<?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/centre</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 12:07:09 GMT</pubDate>
<item>
<title>(CSS) Vertically centre a menu without setting an explicit width - 1man</title>
<link>http://snipplr.com/view/48293/vertically-centre-a-menu-without-setting-an-explicit-width/</link>
<description><![CDATA[ <p>Useful bit of CSS to vertically centre a navigation. Good for Pagination.</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 01:16:25 GMT</pubDate>
<guid>http://snipplr.com/view/48293/vertically-centre-a-menu-without-setting-an-explicit-width/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Fill Available Screen Area with Squares (Centred) - adrianparr</title>
<link>http://snipplr.com/view/46497/as3-fill-available-screen-area-with-squares-centred/</link>
<description><![CDATA[ <p>Taken from Christian Cantrell's Adobe article called 'Authoring mobile Flash content for multiple screen sizes'.</p> ]]></description>
<pubDate>Wed, 05 Jan 2011 01:18:42 GMT</pubDate>
<guid>http://snipplr.com/view/46497/as3-fill-available-screen-area-with-squares-centred/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Center one DisplayObject relative to another - adrianparr</title>
<link>http://snipplr.com/view/46496/as3-center-one-displayobject-relative-to-another/</link>
<description><![CDATA[ <p>Taken from Christian Cantrell's Adobe article called 'Authoring mobile Flash content for multiple screen sizes'.</p> ]]></description>
<pubDate>Wed, 05 Jan 2011 01:06:18 GMT</pubDate>
<guid>http://snipplr.com/view/46496/as3-center-one-displayobject-relative-to-another/</guid>
</item>
<item>
<title>(jQuery) Hover over a thumbnail and open up a dead centered larger version - chendrix</title>
<link>http://snipplr.com/view/43705/hover-over-a-thumbnail-and-open-up-a-dead-centered-larger-version/</link>
<description><![CDATA[ <p>CSS needed here:   
    `    #largeImage
    {
    	    position: absolute;
    	    left: 50%;
            top: 50%;
            visibility: visible;
    }    `

Dead Centre modified from: [Dead Centre a Div](http://snipplr.com/view/231/dead-centre-a-div/ "Dead Centre a Div").</p> ]]></description>
<pubDate>Sun, 07 Nov 2010 14:27:16 GMT</pubDate>
<guid>http://snipplr.com/view/43705/hover-over-a-thumbnail-and-open-up-a-dead-centered-larger-version/</guid>
</item>
<item>
<title>(C#) Add Task - peterbarnett</title>
<link>http://snipplr.com/view/43350/add-task/</link>
<description><![CDATA[ <p>Properties available when adding a task to Taskflow</p> ]]></description>
<pubDate>Mon, 01 Nov 2010 04:36:19 GMT</pubDate>
<guid>http://snipplr.com/view/43350/add-task/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Draw a Dot at 0,0 to Show the Centre Of a DisplayObject - adrianparr</title>
<link>http://snipplr.com/view/38930/as3-draw-a-dot-at-00-to-show-the-centre-of-a-displayobject/</link>
<description><![CDATA[ <p>A handy little function to dynamically draw a black dot on the stage (or displayObject). This can be useful if you want to see where 0,0 is located.</p> ]]></description>
<pubDate>Wed, 11 Aug 2010 20:13:13 GMT</pubDate>
<guid>http://snipplr.com/view/38930/as3-draw-a-dot-at-00-to-show-the-centre-of-a-displayobject/</guid>
</item>
<item>
<title>(ActionScript 3) Centre Flash Movie (SWF) in Browser Horizontally and Vertically (Using CSS and SWFObject 2.2) - adrianparr</title>
<link>http://snipplr.com/view/37014/centre-flash-movie-swf-in-browser-horizontally-and-vertically-using-css-and-swfobject-22/</link>
<description><![CDATA[ <p>This CSS code is useful if you want to centre your Flash Movie in the browser horizontally and vertically.</p> ]]></description>
<pubDate>Sat, 10 Jul 2010 00:29:28 GMT</pubDate>
<guid>http://snipplr.com/view/37014/centre-flash-movie-swf-in-browser-horizontally-and-vertically-using-css-and-swfobject-22/</guid>
</item>
<item>
<title>(HTML) HTML Vertical Centering - adrianparr</title>
<link>http://snipplr.com/view/28148/html-vertical-centering/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Feb 2010 17:21:22 GMT</pubDate>
<guid>http://snipplr.com/view/28148/html-vertical-centering/</guid>
</item>
<item>
<title>(CSS) CSS Horizontally centered body - PeteW</title>
<link>http://snipplr.com/view/19388/css-horizontally-centered-body/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Sep 2009 09:10:45 GMT</pubDate>
<guid>http://snipplr.com/view/19388/css-horizontally-centered-body/</guid>
</item>
<item>
<title>(CSS) Centre using Negative Margins - 1man</title>
<link>http://snipplr.com/view/234/centre-using-negative-margins/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Jul 2006 11:00:44 GMT</pubDate>
<guid>http://snipplr.com/view/234/centre-using-negative-margins/</guid>
</item>
<item>
<title>(CSS) Centre using Auto Margins - 1man</title>
<link>http://snipplr.com/view/232/centre-using-auto-margins/</link>
<description><![CDATA[ <p>Taken from bluerobot. Create a content div, set the width and the margin set to auto will align the div to the centre horizontally.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:04:57 GMT</pubDate>
<guid>http://snipplr.com/view/232/centre-using-auto-margins/</guid>
</item>
<item>
<title>(CSS) Dead Centre a DIV - 1man</title>
<link>http://snipplr.com/view/231/dead-centre-a-div/</link>
<description><![CDATA[ <p>Taken from Dead Centre. Adjust #content depending on the size div you need.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:02:21 GMT</pubDate>
<guid>http://snipplr.com/view/231/dead-centre-a-div/</guid>
</item>
</channel>
</rss>