<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026061" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026061</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1158827</link>
    <description> &lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; cheers...&lt;/p&gt;
&lt;p&gt;As I said it works in IE it just doesn&#039;t stop shrinking or growing...&lt;/p&gt;
&lt;p&gt;As far as I know it works in Netscape and Opera...&lt;/p&gt;
&lt;p&gt;I need to sign up for browser cam to check in some other browsers but haven&#039;t got around to that yet.&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Sep 2004 09:20:01 +0000</pubDate>
 <dc:creator>davidjaymz</dc:creator>
 <guid isPermaLink="false">comment 1158827 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1158787</link>
    <description> &lt;p&gt;&quot;OMG IT IS BROKEN!&quot;  Sorry, had to do it.   &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Happy under Firefox, not IE.  How far does back does this work in Netscape?&lt;/p&gt;
&lt;p&gt;I&#039;ve dabbled in non-table layouts before for legacy sake, thinking about diving in at this point being later 2004.&lt;/p&gt;
&lt;p&gt;-B&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Sep 2004 17:27:53 +0000</pubDate>
 <dc:creator>Beanboy</dc:creator>
 <guid isPermaLink="false">comment 1158787 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1158785</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;body&lt;br /&gt;{&lt;br /&gt;	text-align: center; /* ie centering*/&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#pageWrapper&lt;br /&gt;{&lt;br /&gt;min-width: 740px;	/* IE doens&amp;#039;t understand this property. 800*600 */&lt;br /&gt;max-width: 940px; /*1024*768*/&lt;br /&gt;width: auto;&lt;br /&gt;	&lt;br /&gt;/* Page centering STANDARDS*/&lt;br /&gt;	margin-left: auto;&lt;br /&gt;	margin-right: auto;&lt;br /&gt;	text-align: left; &lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;OK the above is what I basically do.&lt;/p&gt;
&lt;p&gt;The CSS in the Body means that IE Centers the &quot;pagewrapper&quot; (Which holds all the subsequent DIVS and Content)&lt;/p&gt;
&lt;p&gt;In the PageWrapper DIV I set the min width to be 740px (for 800*600 screens) Also all my images are setup for this size but they are done so that they fade into their background so when the page does grow the image still looks &quot;good&quot;.&lt;br /&gt;
The max width tag means that the &quot;pagewrapper&quot; stops growing when it reaches 940px... (these tags don&#039;t work in IE but they degrade themselves nicely {wish IE would sort itself out}).&lt;/p&gt;
&lt;p&gt;The remaining code is the &quot;Standards&quot; Version of the code for centering the pagewrapper...&lt;/p&gt;
&lt;p&gt;Hope this helps and if you wanna see it working you can look at &lt;a href=&quot;http://testing.davidjaymz.com&quot; class=&quot;bb-url&quot;&gt;testing.davidjaymz.com&lt;/a&gt;  which is my &quot;test server&quot; so don&#039;t shout at me if it breaks hehe&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Sep 2004 16:37:18 +0000</pubDate>
 <dc:creator>davidjaymz</dc:creator>
 <guid isPermaLink="false">comment 1158785 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1158783</link>
    <description> &lt;p&gt;davidjaymz, curious how you go about scaling your pages in the 800x600 to 1024x768 range, and then having them stay centered above 1024.  Probably what I&#039;m planning on doing for my next design.&lt;/p&gt;
&lt;p&gt;Most major sites are either fixed width centered and fit in 800x600.  Google News results are one of the rare exceptions.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Sep 2004 15:46:25 +0000</pubDate>
 <dc:creator>Beanboy</dc:creator>
 <guid isPermaLink="false">comment 1158783 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1157513</link>
    <description> &lt;p&gt;ok that what happens on my laptop some stuff floats to the middle&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Aug 2004 21:43:30 +0000</pubDate>
 <dc:creator>fusioncroc</dc:creator>
 <guid isPermaLink="false">comment 1157513 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1157495</link>
    <description> &lt;p&gt;Let us also not forget those who use a window at whatever size it opens up at. I went to someone&#039;s house once, they had a browser window that opened up about 1/4 the size of the screen at 800x600. I maximized it, they were so thankful I showed them how to do that.&lt;/p&gt;
&lt;p&gt;I keep telling my boss that he has to forget the idea of what a screenshot will look like, especially vertically. We have some people here in the office that have like 3 different search toolbars on their browsers (I would love to just go and eliminate Outlook express and IE on these).&lt;/p&gt;
&lt;p&gt;Ultimately when it comes to small windows and lower resolutions, you have to design for what you think the norm is, and figure anyone else is already dealing with webpages that don&#039;t fit right anyhow.&lt;/p&gt;
&lt;p&gt;The one link I gave the URL to above, if you do sign up for a counter, you can have all the those stats just for your visitors only, which can help you better design for the majority of your sites visitors.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Aug 2004 17:04:50 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1157495 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1157431</link>
    <description> &lt;p&gt;I think as new laptops come out with widescreen displays  and bigger TFT&#039;s and people with more than one monitor we will see more and more &quot;window&quot; size having less and less to do with &quot;screen&quot; size... I have both my monitors set to 1600x1200 but have my firefox window at around 1024x768 I say around cos quite often i drag it a bit bigger or smaller depending what else I&#039;m doing.&lt;/p&gt;
&lt;p&gt;With designing websites I tend to make them for 1024*768 but so that they scale down to 800*600 and then above 1024*768 the content floats in the middle...&lt;/p&gt;
&lt;p&gt;I think liquid or semi-scalable websites are the furture... and in repsect to the line length... I think about 70characters is the recomended length before things start to become unreadable...&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Aug 2004 09:40:38 +0000</pubDate>
 <dc:creator>davidjaymz</dc:creator>
 <guid isPermaLink="false">comment 1157431 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1157385</link>
    <description> &lt;p&gt;i use 1450 X 1024&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Aug 2004 20:56:40 +0000</pubDate>
 <dc:creator>fusioncroc</dc:creator>
 <guid isPermaLink="false">comment 1157385 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1157383</link>
    <description> &lt;p&gt;I still design everything to fit in 800x600. I use 1280x1024 on my right monitor (19&quot; flat crt) and 800x600 on my left monitor (15&quot; reg crt). &lt;/p&gt;
&lt;p&gt;Could you imagine still browsing with WebTV, that has less than 640x480! I used to design for those as well....&lt;/p&gt;
&lt;p&gt;Here is another site I use to check statitstics:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.thecounter.com/stats/&quot; class=&quot;bb-url&quot;&gt;http://www.thecounter.com/stats/&lt;/a&gt;  They gather information from the counters they provide. Lots of data, JavaScript, Java, Domains, OS, Browsers, Weekday, Resolution, ColorDepth&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Aug 2004 20:39:05 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1157383 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/about-800x600-display-resolution#comment-1157329</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:  Pretty much everyone I know over the age of 45 or so needs reading glasses.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Amen! Try bi-focals! I HATE needing to test at 1024X...I can barely find my mouse cursor. There is *no way* I can even test above that.&lt;/p&gt;
&lt;p&gt;If 1024 becomes minimum, I&#039;m screwed! (I&#039;m on a 17 inch monitor, and I&#039;m about 18 inches from it.) I&#039;ll need to quit desiging websites if that happens.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Aug 2004 04:26:55 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1157329 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
