<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043634" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043634</link>
    <description></description>
    <language>en</language>
          <item>
    <title>To answer your question,</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-minmax-width-and-minmax-height#comment-1240617</link>
    <description> &lt;p&gt;To answer your question, yes. I use min- and max-width on all my pages. The script pr0gr4mm3r refers to is about the only way to get it to work in IE 6, although I don&#039;t bother as it is dying a slow and painful death.&lt;/p&gt;
&lt;p&gt;Screen size is a bit of a red herring, though. By no means everyone uses &quot;full screen&quot; windows, and I don&#039;t even know how to get full screen on my Mac. You really have no idea of what window size your visitors use.&lt;/p&gt;
&lt;p&gt;Mobile devices are getting popular, too. While mobile use for Internet is small, it is growing at a rate of 34% p.a. in Europe. I also see several people every day using iPhones for surfing here in California. So I think you are on the right lines, as Megan indicates.&lt;/p&gt;
&lt;p&gt;BTW - It&#039;s not a bug in IE 6 - it is just one of many things lacking. Heck, it does not even support all of HTML.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 18:39:37 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1240617 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>This article suggests that</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-minmax-width-and-minmax-height#comment-1240616</link>
    <description> &lt;p&gt;This &lt;a href=&quot;http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/&quot;&gt;article&lt;/a&gt; suggests that css expressions for IE adversely affect performance and the necessary control can be better implemented with &quot;real&quot; JavaScript.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 18:29:41 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240616 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If I&#039;m doing a flexible</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-minmax-width-and-minmax-height#comment-1240615</link>
    <description> &lt;p&gt;If I&#039;m doing a flexible layout (and there are cases where this is the best solution). I&#039;ll definitely use min- and max-width. This helps to prevent the layout from completely falling apart if the screen width gets too wide or too narrow. &lt;/p&gt;
&lt;p&gt;It&#039;s a good balance between accommodating user preferences and maintaining some design control.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 18:09:41 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1240615 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I rarely use min and max</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-minmax-width-and-minmax-height#comment-1240612</link>
    <description> &lt;p&gt;I rarely use min and max width.&lt;/p&gt;
&lt;p&gt;I generally build for the display chosen by the designer, and check to make sure the site is viewable/usable in 1024x768. I do not bother with smaller resolutions.&lt;/p&gt;
&lt;p&gt;That covers about &lt;a href=&quot;http://w3schools.com/browsers/browsers_display.asp&quot;&gt;96% of the viewers&lt;/a&gt;, the others are probably used to dealing with it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 16:17:33 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240612 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>There are workarounds for</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-minmax-width-and-minmax-height#comment-1240600</link>
    <description> &lt;p&gt;There are workarounds for achieving the same solution in IE6.  Here is one example from &lt;a href=&quot;http://snipplr.com/view/318/minmaxwidth-fix-for-ie6/&quot;&gt;this page&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#content {&lt;br /&gt;	width: expression(document.body.clientWidth &amp;lt; 742? &amp;quot;740px&amp;quot; : document.body.clientWidth &amp;gt; 1202? &amp;quot;1200px&amp;quot; : &amp;quot;auto&amp;quot;);&lt;br /&gt;	min-width: 740px;&lt;br /&gt;	max-width: 1200px;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 11:10:00 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1240600 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
