<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wowebmaster.com &#187; Css</title>
	<atom:link href="http://www.wowebmaster.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebmaster.com</link>
	<description>World of Webmaster: Sharing Experiences</description>
	<lastBuildDate>Sun, 23 Jan 2011 23:40:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Centering Web Page</title>
		<link>http://www.wowebmaster.com/css/css-centering-web-page/</link>
		<comments>http://www.wowebmaster.com/css/css-centering-web-page/#comments</comments>
		<pubDate>Sat, 02 May 2009 20:40:02 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=93</guid>
		<description><![CDATA[A quick trick to center your web site horizontally by using CSS]]></description>
			<content:encoded><![CDATA[<p>If you are new to CSS, you may be having diffucult to center web pages horizontally. I remember I was trying to center the page by defining extra divs with align:center attributes. That is not necessary though. Just adding a margin attribute which is set to &#8220;auto&#8221; for left and right would do the trich to center your pages. See the following css code:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p93code1'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p931"><td class="code" id="p93code1"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* CSS Document */</span>
body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/*For IE6 Shenanigans*/</span>
<span style="color: #cc00cc;">#content</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">907px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* Centering Page */</span></pre></td></tr></table></div>

<p>You see the margin attribute ? By setting it to auto, the margins to the left and right will be automatic, which means your page will be centered. Of course, you have to specify a width for your div, otherwise the browser will not be able to calculate the margins to the left and right. The following shows the HTML code.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p93code2'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p932"><td class="code" id="p93code2"><pre class="html" style="font-family:monospace;">&lt;!--CTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt--&gt;
&lt;div id=&quot;content&quot;&gt;
&nbsp;
&lt;!-- ALL THE CONTENT GOES HERE --&gt;&lt;/div&gt;</pre></td></tr></table></div>

<p>That&#8217;s it. Enjoy.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fcss%2Fcss-centering-web-page%2F&amp;linkname=CSS%20Centering%20Web%20Page"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/css/css-centering-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Your Web Design in IE6 &amp; IE7</title>
		<link>http://www.wowebmaster.com/css/testing-your-design-in-ie6-ie7/</link>
		<comments>http://www.wowebmaster.com/css/testing-your-design-in-ie6-ie7/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 08:45:30 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=26</guid>
		<description><![CDATA[Work-around: Install IE6 and IE7 at Same Computer, Side by Side!]]></description>
			<content:encoded><![CDATA[<p>If you are a designer, then you know how it is complicated to code sites with cross-browser support. IE6 hacks,  Safari support, CSS resets and so on&#8230; You keep trying to balance your website across all browsers. Half of pain is because of installing and testing all of the browsers at the same time. However you also know that you can&#8217;t install internet explorer 6 and internet explorer 7 at the same time to your computer.</p>
<p><strong>Installing IE6 and IE7 Side by Side</strong></p>
<p>With a few googles, i found out  that you can actually install IE6 and IE7 in one computer. A few hacks to windows registry database, and a few file additions and deletions. Don&#8217;t be afraid, because someone has simplified it. Tredosoft is offering a software that supports Multiple IEs in one computer . Just download and run the file at <a style="color:#ff0000" title="Multiple IE Installation" href="http://tredosoft.com/Multiple_IE" target="_blank">this page</a> and start testing your web designs in multiple internet explorer versions ( IE5, IE6 and IE7). Enjoy.</p>
<p><a href="http://tredosoft.com/Multiple_IE" target="_blank"><img class="alignnone size-full wp-image-27" title="setup1" src="http://www.wowebmaster.com/wp-content/uploads/2008/12/setup1.png" border="0" alt="" width="406" height="317" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fcss%2Ftesting-your-design-in-ie6-ie7%2F&amp;linkname=Testing%20Your%20Web%20Design%20in%20IE6%20%26%23038%3B%20IE7"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/css/testing-your-design-in-ie6-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 Negative Margin Problem</title>
		<link>http://www.wowebmaster.com/css/ie6-negative-margin-problem/</link>
		<comments>http://www.wowebmaster.com/css/ie6-negative-margin-problem/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 07:46:06 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Css]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=25</guid>
		<description><![CDATA[Work Around: Negative Margins in IE6]]></description>
			<content:encoded><![CDATA[<p>Designers should have faced with the problem of creating cross-browser designs. We have to serve to all of the visitors. Some may use Mozilla, some Internet Explorer 6 or IE7.</p>
<p>Usually, problem is related to IE6&#8217;s rendering engine.  One of the most common problem with IE6 is that it doesn&#8217;t render the negative margins as IE7 and Mozilla does. Negative margins is rendered hidden out of the layer in IE6.  Setting overflow to visible does not work and you go crazy.</p>
<p>The work around, making the negative margins visible, is so simple, it is even one of the simplest work arounds of the problems in IE6. Just add <em>position:relative</em> to your element with negative margins. This is it. Enjoy.</p>
<blockquote><p>position:relative</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fcss%2Fie6-negative-margin-problem%2F&amp;linkname=IE6%20Negative%20Margin%20Problem"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/css/ie6-negative-margin-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

