<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CSS for IE 6 and 7 with no hacks</title>
	<atom:link href="http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/</link>
	<description>Front-End XHTML/CSS/JavaScript Web Developer</description>
	<lastBuildDate>Fri, 12 Mar 2010 06:50:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joey</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-12540</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sun, 17 May 2009 10:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-12540</guid>
		<description>Great article.. Helped me out a lot! Thanks for keeping this page up!</description>
		<content:encoded><![CDATA[<p>Great article.. Helped me out a lot! Thanks for keeping this page up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobi</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-104</link>
		<dc:creator>Jobi</dc:creator>
		<pubDate>Thu, 06 Sep 2007 11:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-104</guid>
		<description>Hi Joe,

I am not a web developer. My site is the first thing I&#039;ve tried making.  I was asking for advise on points I barely know about. I have no idea what td, div refers.

Size isn&#039;t the trouble now, its floating I wanted to do, I will grap some books ASAP on them.

Thanks for the advise.</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>I am not a web developer. My site is the first thing I&#8217;ve tried making.  I was asking for advise on points I barely know about. I have no idea what td, div refers.</p>
<p>Size isn&#8217;t the trouble now, its floating I wanted to do, I will grap some books ASAP on them.</p>
<p>Thanks for the advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Sak</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-97</link>
		<dc:creator>Joe Sak</dc:creator>
		<pubDate>Wed, 05 Sep 2007 03:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-97</guid>
		<description>I&#039;m saying you need to eliminate the static height on your containers (td, div, etc)

That will allow for EXPANSION of the elements when fonts are resized.</description>
		<content:encoded><![CDATA[<p>I&#8217;m saying you need to eliminate the static height on your containers (td, div, etc)</p>
<p>That will allow for EXPANSION of the elements when fonts are resized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobi</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-96</link>
		<dc:creator>Jobi</dc:creator>
		<pubDate>Wed, 05 Sep 2007 02:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-96</guid>
		<description>Hi Joe,

I&#039;ve discovered &quot;page propeties setting&quot; fixed the overlapping issues but I want your advise floating hence I&#039;ve solved my first problems by myself.

How to create floating of the menus?
how to create static height ? what is this?

Thanks.
Jobi</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>I&#8217;ve discovered &#8220;page propeties setting&#8221; fixed the overlapping issues but I want your advise floating hence I&#8217;ve solved my first problems by myself.</p>
<p>How to create floating of the menus?<br />
how to create static height ? what is this?</p>
<p>Thanks.<br />
Jobi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Sak</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-95</link>
		<dc:creator>Joe Sak</dc:creator>
		<pubDate>Wed, 05 Sep 2007 02:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-95</guid>
		<description>Here&#039;s why &lt;a href=&quot;http://www.useit.com/alertbox/20020819.html&quot; rel=&quot;nofollow&quot;&gt;you shouldn&#039;t impede on users wanting to resize their text&lt;/a&gt;.

And you can only make it work in IE6, by setting static pixel values instead of relative percentages or EMs on your font sizes.

You&#039;ll want to read up on css at &lt;a href=&quot;http://w3schools.com/css/default.asp&quot; rel=&quot;nofollow&quot;&gt;http://www.w3schools.com&lt;/a&gt; and learn how to set yourself free from tables, use compliant XHTML, and always design with the user in mind.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s why <a href="http://www.useit.com/alertbox/20020819.html" rel="nofollow">you shouldn&#8217;t impede on users wanting to resize their text</a>.</p>
<p>And you can only make it work in IE6, by setting static pixel values instead of relative percentages or EMs on your font sizes.</p>
<p>You&#8217;ll want to read up on css at <a href="http://w3schools.com/css/default.asp" rel="nofollow">http://www.w3schools.com</a> and learn how to set yourself free from tables, use compliant XHTML, and always design with the user in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobi</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-94</link>
		<dc:creator>Jobi</dc:creator>
		<pubDate>Wed, 05 Sep 2007 00:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-94</guid>
		<description>Thanks Joe, notice, font sizes got oversized and tables overlap if larger text size of browser is selected?  If I can only make my pages not to respond to visitors browser text change (view/text size) for now.

I am low on cash to hire a web maker to solve the problems. 

I&#039;ve carefully positioned  everything (using Dreamweaver on my Laptop/XP. It can&#039;t connect online so, I always have to transfer files to PC/ ME system) and its at this stage that I can see the bad positionings, but that don&#039;t matter cause everything get messy after re positioning/fixings when visitors view site using larger text size [on their browsers].

&quot;the flloating&quot; is what I&#039;ve always wanted but tables will still overlap? I will learn about that now.

Meanwhile, how do I make my site to stop responding to browser (text size) changes?

Thanks, 
Jobi</description>
		<content:encoded><![CDATA[<p>Thanks Joe, notice, font sizes got oversized and tables overlap if larger text size of browser is selected?  If I can only make my pages not to respond to visitors browser text change (view/text size) for now.</p>
<p>I am low on cash to hire a web maker to solve the problems. </p>
<p>I&#8217;ve carefully positioned  everything (using Dreamweaver on my Laptop/XP. It can&#8217;t connect online so, I always have to transfer files to PC/ ME system) and its at this stage that I can see the bad positionings, but that don&#8217;t matter cause everything get messy after re positioning/fixings when visitors view site using larger text size [on their browsers].</p>
<p>&#8220;the flloating&#8221; is what I&#8217;ve always wanted but tables will still overlap? I will learn about that now.</p>
<p>Meanwhile, how do I make my site to stop responding to browser (text size) changes?</p>
<p>Thanks,<br />
Jobi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Sak</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-93</link>
		<dc:creator>Joe Sak</dc:creator>
		<pubDate>Mon, 03 Sep 2007 18:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-93</guid>
		<description>I think your problem has to do with everything being absolutely positioned and using static heights. Try floating and not setting the heights of your elements and see if that gets you better results.</description>
		<content:encoded><![CDATA[<p>I think your problem has to do with everything being absolutely positioned and using static heights. Try floating and not setting the heights of your elements and see if that gets you better results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobi</title>
		<link>http://www.joesak.com/2007/01/16/css-for-ie-with-no-hacks/comment-page-1/#comment-92</link>
		<dc:creator>Jobi</dc:creator>
		<pubDate>Mon, 03 Sep 2007 02:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.joesak.com/uncategorized/first-post/#comment-92</guid>
		<description>Hello Joseph and anyone out there.

I don&#039;t fully understand your postings but I have a feeling its about fixing a problem am having.

I made my website and later realized all tables, sizes overlap/ display real badly when vewi&gt;text size on IE is changed (except with smallest size) unfortunately people hardly view with such size.

I am not a developer, and am looking for any simple help to this program.  I&#039;ll eternally appreciate any codes that I can paste to my pages to fix this problem.

My website address is: http://member.hkbn.net/~clpkids/LF-87042_INFO.html

Please taka a look/visit it and play with text size from IE.  I dont&#039; know about other browsers but I would be greatful if I can get simple code to just fix IE hence my target visitors are ordinary folks likely to use only windows IE.

Thank you.
Jobi</description>
		<content:encoded><![CDATA[<p>Hello Joseph and anyone out there.</p>
<p>I don&#8217;t fully understand your postings but I have a feeling its about fixing a problem am having.</p>
<p>I made my website and later realized all tables, sizes overlap/ display real badly when vewi&gt;text size on IE is changed (except with smallest size) unfortunately people hardly view with such size.</p>
<p>I am not a developer, and am looking for any simple help to this program.  I&#8217;ll eternally appreciate any codes that I can paste to my pages to fix this problem.</p>
<p>My website address is: <a href="http://member.hkbn.net/~clpkids/LF-87042_INFO.html" rel="nofollow">http://member.hkbn.net/~clpkids/LF-87042_INFO.html</a></p>
<p>Please taka a look/visit it and play with text size from IE.  I dont&#8217; know about other browsers but I would be greatful if I can get simple code to just fix IE hence my target visitors are ordinary folks likely to use only windows IE.</p>
<p>Thank you.<br />
Jobi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
