{"id":133,"date":"2010-11-21T11:55:35","date_gmt":"2010-11-21T16:55:35","guid":{"rendered":"http:\/\/wukenny.host-ed.net\/?p=133"},"modified":"2010-11-21T11:55:35","modified_gmt":"2010-11-21T16:55:35","slug":"centering-fixed-width-css-layout","status":"publish","type":"post","link":"http:\/\/kennywu.info\/?p=133","title":{"rendered":"Centering Fixed-width CSS Layout"},"content":{"rendered":"<pre lang=\"css\">\n<style type=\"text\/css\">\n    #container{position:relative; margin:auto; width:760px;}\n    #logo     {position:absolute; width:760px; left:0px;  top:0px}\n    #nav      {position:absolute; width:200px; left:0px;  top:100px}\n    #content  {position:absolute; width:400px; left:200px; top:100px}\n    #link     {position:absolute; width:160px; left:600px;top:100px}\n<\/style>\n<\/pre>\n<pre lang=\"html4strict\">\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<head runat=\"server\">\n<\/head>\n<body style=\"margin-top:0px\">\n    <div id = \"container\">\n        <div id = \"content\">this is the <em>CONTENT<\/em> part<\/div>\n        <div id = \"logo\">this is the <em>LOGO<\/em> part<\/div>        \n        <div id = \"nav\">this is the <em>NAV<\/em> part<\/div>        \n        <div id = \"link\">this is the <em>LINK<\/em> part<\/div>\n    <\/div>    \n<\/body>\n<\/html>\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>this is the CONTENT part this is the LOGO part this is the NAV part this is the LINK part<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[22,37],"class_list":["post-133","post","type-post","status-publish","format-standard","hentry","category-internet","tag-css","tag-layout"],"_links":{"self":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts\/133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=133"}],"version-history":[{"count":0,"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts\/133\/revisions"}],"wp:attachment":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=133"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=133"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}