<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022589" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022589</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1140000</link>
    <description> &lt;p&gt;Just remembered another user for the spacer.gif - providing information to alternative devices via alt tags.  One use for this is to use a spacer.gif as a &quot;skip navigation&quot; button for screen readers.  Regular browsers don&#039;t see it, but people who are using those devices won&#039;t have to listen to all the navigation being read, they can skip right to the content.&lt;/p&gt;
&lt;p&gt;As a sidenote, I had the chance to try out a screen reader for the first time last week.  Are those things ever fast! I mean, they read things so fast that it&#039;s hard for a sighted person to digest what the software is reading. They say that people who have vision impairments have improved hearing, so they don&#039;t have a problem with the speed.&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Nov 2003 13:56:26 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1140000 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139987</link>
    <description> &lt;p&gt;Suzanne, &lt;/p&gt;
&lt;p&gt;My customer has several tag lines that describe the business they are in. They wanted to have these tag lines on their home page.&lt;/p&gt;
&lt;p&gt;At first I put these tag into an image so as to keep the proportions of the home page. They are pretty big so I can&#039;t see anyone zooming.&lt;/p&gt;
&lt;p&gt;However they are in the middle of the design surrounded by other elements and I guess I do want to keep the proportions, and I guess it&#039;s a little bit egotistical.&lt;/p&gt;
&lt;p&gt;It occurred to me that I might be able to get a bit higher of a ranking on google if the tag lines matched the meta tags (therefore the taglines have to be readable).&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Nov 2003 03:56:13 +0000</pubDate>
 <dc:creator>cordedpoodle</dc:creator>
 <guid isPermaLink="false">comment 1139987 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139726</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by cordedpoodle &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&quot;designers need to let go of the idea of forcing things to look *exactly* the way they want them&quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Could you elaborate?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I think that in the early days of web design a lot of assumptions were carried over from the print world.  Designers didn&#039;t really know how to approach the new medium by itself so they related it to an older medium they were familiar with.  In print, you can make things look exactly the way you want them to.  You can position something a precise decision from something else, you can make your text exactly a certain font and size etc.  HTML isn&#039;t that precise.  So one of the things that people did to get around it is used spacer.gif&#039;s to get things positioned where they wanted them.  Even non-print designers picked up on this.  It was just the way things were done then.&lt;/p&gt;
&lt;p&gt;Now, it is true that CSS has evolved far enough now that a lot of old work-around are no longer necessary. I remember having to use spacer.gif&#039;s to get a border around something! Regardless, the new web design paradaigm embrases the fluid nature of the web rather than trying to work around it. It&#039;s doing what HTML and CSS can do, rather than trying to make HTML do what print can do. It&#039;s a different way of thinking.&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Oct 2003 13:20:21 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1139726 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139703</link>
    <description> &lt;p&gt;Height is valid in the HTML for lower language levels, for TD and for TABLE. It is valid in CSS and works in higher levels. In both cases the contents of the table or cell will expand the table or cell if they are bigger than the allotted height, but with CSS you can set overflow to none or hidden, which effectively truncates the content. (Support, per usual, can be varied.)&lt;/p&gt;
&lt;p&gt;To answer the first part -- why do you want/think you need a static height? As a designer, this seems to be engaging in ego-decisions, not user-oriented design. If it&#039;s a static height, and someone zooms their text, they will lose the content. &lt;/p&gt;
&lt;p&gt;Now with CSS, the height is determined relative to the containing element, so things like 100% are really 100% of the window, not 100% of the page. &lt;/p&gt;
&lt;p&gt;But if you want 100%, that&#039;s not static, eh?&lt;/p&gt;
&lt;p&gt;So, what do you want to do and is it really necessary or is it some designer arrogance at work?&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Oct 2003 22:47:09 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1139703 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139695</link>
    <description> &lt;p&gt;Thanks for the info and the site. I&#039;ve run into his site before but haven&#039;t read deeply yet.&lt;/p&gt;
&lt;p&gt;Not to be argumentative, it&#039;s obvious you know more about web design than I do, but I&#039;m curious about your statement:&lt;/p&gt;
&lt;p&gt;&quot;designers need to let go of the idea of forcing things to look *exactly* the way they want them&quot;&lt;/p&gt;
&lt;p&gt;Could you elaborate?&lt;/p&gt;
&lt;p&gt;Also what I need for my project is a way to make a cell or table&#039;s height static. That, as far as I know can&#039;t be controlled by HTML or CSS, at least across all currently prevalent browsers.&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Oct 2003 21:06:34 +0000</pubDate>
 <dc:creator>cordedpoodle</dc:creator>
 <guid isPermaLink="false">comment 1139695 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139661</link>
    <description> &lt;p&gt;Oooh, and the first link is: &lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com&lt;/a&gt; I love that site.&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Oct 2003 14:44:22 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1139661 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139647</link>
    <description> &lt;p&gt;I think the solution is designing more fluid layouts that don&#039;t need to be forced to be a certain width.  This could be done with CSS or tables. I think that designers need to let go of the idea of forcing things to look *exactly* the way they want them.  We need to accept the more fluid nature of the web and design things accordingly, rather than relying on assumptions from another medium.  &lt;/p&gt;
&lt;p&gt;I also don&#039;t think that current browsers have a problem with collapsing widths so it&#039;s not an issue anymore.&lt;/p&gt;
&lt;p&gt;About CSS, it&#039;s not really unreliable if you know how to do it right.  Read &lt;a href=&quot;http://www.zeldman.com/&quot; class=&quot;bb-url&quot;&gt;Jeff Zeldman&#039;s blog&lt;/a&gt; for examples of layouts designed using CSS.  He posts links quite often (and his site is a good example as well).&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Oct 2003 13:21:08 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1139647 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139629</link>
    <description> &lt;p&gt;Even before using XHTML/CSS I didn&#039;t use or need spacer.gif&#039;s that&#039;s why I was asking about them, no excuse for lazy shortcuts IMO&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Oct 2003 10:47:42 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1139629 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139627</link>
    <description> &lt;p&gt;If you want a table to be a specific width then do this:&lt;/p&gt;
&lt;p&gt;Or, if its for a TD&lt;/p&gt;
&lt;p&gt;One draw back I can think of at the moment with using a spacer.gif is that the site will look strange when you have images turned off by default (which I have in IE5).&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Oct 2003 10:25:07 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1139627 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/transparent-gif#comment-1139604</link>
    <description> &lt;p&gt;I&#039;m actually looking for a solution for a table or cell now that I need to be a specific size and I was going to post the problem so a CSS or DHTML solution would be great. &lt;/p&gt;
&lt;p&gt;I guess I&#039;m getting behind again. Sigh.&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Oct 2003 06:31:04 +0000</pubDate>
 <dc:creator>cordedpoodle</dc:creator>
 <guid isPermaLink="false">comment 1139604 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
