<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'jQuery Center Vertical and Horizontal Web Page'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 07:44:01 GMT</pubDate>
<item>
<title>Janny said on 3/1/13</title>
<link>http://snipplr.com/view/49146/jquery-center-vertical-and-horizontal-web-page/</link>
<description><![CDATA[ Thanks for sharing this source!
<a href="http://verchini.com/vi-da">vi da</a> ]]></description>
<pubDate>Fri, 01 Mar 2013 13:59:26 GMT</pubDate>
<guid>http://snipplr.com/view/49146/jquery-center-vertical-and-horizontal-web-page/</guid>
</item>
<item>
<title>maltem said on 2/17/11</title>
<link>http://snipplr.com/view/49146/jquery-center-vertical-and-horizontal-web-page/</link>
<description><![CDATA[ You are rignt kristapsancans, but this also means that parts of the content are invisible, if the width of the browser window is smaller than the content-width. And you can NOT scroll to the left to see the hidden content... ]]></description>
<pubDate>Thu, 17 Feb 2011 23:24:13 GMT</pubDate>
<guid>http://snipplr.com/view/49146/jquery-center-vertical-and-horizontal-web-page/</guid>
</item>
<item>
<title>kristapsancans said on 2/17/11</title>
<link>http://snipplr.com/view/49146/jquery-center-vertical-and-horizontal-web-page/</link>
<description><![CDATA[ It can be easily done by CSS: 


    content


#centered{
    background:#ccc;
    border:1px solid #f00;
    height:200px;
    left:50%;
    margin:-100px 0 0 -150px; /* negative margins half height and half width of centered block */
    position:absolute;
    top:50%;
    width:300px} ]]></description>
<pubDate>Thu, 17 Feb 2011 17:57:16 GMT</pubDate>
<guid>http://snipplr.com/view/49146/jquery-center-vertical-and-horizontal-web-page/</guid>
</item>
</channel>
</rss>