<?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/language/css/tags/position</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 23 Nov 2008 05:09:21 GMT</pubDate>
<item>
<title>(CSS) Position Fixed Footer whitout JavaScript - FlashJunior</title>
<link>http://snipplr.com/view/7736/position-fixed-footer-whitout-javascript/</link>
<description><![CDATA[ <p>A cool script for fixed Footers. Works with i6,i67,all mozilla browsers and safari.</p> ]]></description>
<pubDate>Wed, 06 Aug 2008 11:24:29 GMT</pubDate>
<guid>http://snipplr.com/view/7736/position-fixed-footer-whitout-javascript/</guid>
</item>
<item>
<title>(CSS) Centering an element in page with absolute position - crs</title>
<link>http://snipplr.com/view/4803/centering-an-element-in-page-with-absolute-position/</link>
<description><![CDATA[ <p>Our need is very simple. We need a pop-up message, or a div element in general, to appear at the middle of the page anytime using only style sheets.

Our problem is that there is no “center” property in css, like “left” of “right” which can be used with “position:absolute”.

To make it align at the center of the x-axis you have to play the game of percentages. Give to your element a width in percentage (ex. width: 30%), remove the 30% from the 100% of the browsers window and you get the left 70%. Then divide this 70% into two pieces and you get 35%. That the equal left and right margin, our element will have.</p> ]]></description>
<pubDate>Mon, 28 Jan 2008 01:22:01 GMT</pubDate>
<guid>http://snipplr.com/view/4803/centering-an-element-in-page-with-absolute-position/</guid>
</item>
<item>
<title>(CSS) IE6 Fixed Position Fix - 1man</title>
<link>http://snipplr.com/view/2952/ie6-fixed-position-fix/</link>
<description><![CDATA[ <p>IE6 Doesn't recognize position: fixed. Here is a little hack to fix it. First you must set IE6 to standards mode. You do this by including a strict doctype in the page.

Once IE6 is in strict mode include the following in a conditional comment. Anything you want fixed, set as absolute. The example sticks an image to the bottom left corner.</p> ]]></description>
<pubDate>Fri, 22 Jun 2007 04:00:58 GMT</pubDate>
<guid>http://snipplr.com/view/2952/ie6-fixed-position-fix/</guid>
</item>
</channel>
</rss>