<?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: About structural labels</title>
	<atom:link href="http://www.maxdesign.com.au/2006/01/17/about-structural-labels/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 11:55:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jacques Distler</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-27</link>
		<dc:creator>Jacques Distler</dc:creator>
		<pubDate>Thu, 19 Jan 2006 17:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-27</guid>
		<description>&quot;A small note to those who like Jacques improved option, don&#039;t forget the semi-colon:&quot;


#%@* lack of a &quot;Preview&quot; button :-)

As to David McDonald&#039;s concerns, the day the Googlebot first downloads an external CSS file is the day I start to be worried.</description>
		<content:encoded><![CDATA[<p>&#8220;A small note to those who like Jacques improved option, don&#8217;t forget the semi-colon:&#8221;</p>
<p>#%@* lack of a &#8220;Preview&#8221; button <img src='http://www.maxdesign.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As to David McDonald&#8217;s concerns, the day the Googlebot first downloads an external CSS file is the day I start to be worried.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-26</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Thu, 19 Jan 2006 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-26</guid>
		<description>@jacques - a good point. Ems would be a better option for setting width, though in some weird circumstances content may still pop back on the screen. Like if you had an 800 character long strucutural heading... c&#039;mon, its bound to happen!  ;)

A small note to those who like Jacques improved option, don&#039;t forget the semi-colon:

.structurelabel
{
position: absolute;
left: -500em;
}</description>
		<content:encoded><![CDATA[<p>@jacques &#8211; a good point. Ems would be a better option for setting width, though in some weird circumstances content may still pop back on the screen. Like if you had an 800 character long strucutural heading&#8230; c&#8217;mon, its bound to happen!  <img src='http://www.maxdesign.com.au/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>A small note to those who like Jacques improved option, don&#8217;t forget the semi-colon:</p>
<p>.structurelabel<br />
{<br />
position: absolute;<br />
left: -500em;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques Distler</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-25</link>
		<dc:creator>Jacques Distler</dc:creator>
		<pubDate>Thu, 19 Jan 2006 05:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-25</guid>
		<description>&quot;david, the width is a backup. Some would consider it unnecessary, but it is used to make sure the content that is moved off the side of the screen will not reappear if the font size is radically increased.&quot;

Then why not

.structurelabel {
position: absolute
left: -500em;
}

The offset will, then, definitely rescale with the text-size.

Specifying a width can screw up if the element inherits a background colour (for instance).</description>
		<content:encoded><![CDATA[<p>&#8220;david, the width is a backup. Some would consider it unnecessary, but it is used to make sure the content that is moved off the side of the screen will not reappear if the font size is radically increased.&#8221;</p>
<p>Then why not</p>
<p>.structurelabel {<br />
position: absolute<br />
left: -500em;<br />
}</p>
<p>The offset will, then, definitely rescale with the text-size.</p>
<p>Specifying a width can screw up if the element inherits a background colour (for instance).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-22</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Wed, 18 Jan 2006 12:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-22</guid>
		<description>@ Raanan, this method, like many methods could be abused by developers wanting to hide content and trick Google. However, if Google decided to punish everyone who used any form of CSS hiding for legitimate reasons, how many sites would this affect? My feeling is that a lot of sites who are using these methods for various reasons, including image replacement, would suddenly suffer.

@david, the width is a backup. Some would consider it unnecessary, but it is used to make sure the content that is moved off the side of the screen will not reappear if the font size is radically increased. Thanks  :)</description>
		<content:encoded><![CDATA[<p>@ Raanan, this method, like many methods could be abused by developers wanting to hide content and trick Google. However, if Google decided to punish everyone who used any form of CSS hiding for legitimate reasons, how many sites would this affect? My feeling is that a lot of sites who are using these methods for various reasons, including image replacement, would suddenly suffer.</p>
<p>@david, the width is a backup. Some would consider it unnecessary, but it is used to make sure the content that is moved off the side of the screen will not reappear if the font size is radically increased. Thanks  <img src='http://www.maxdesign.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David McDonald</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-19</link>
		<dc:creator>David McDonald</dc:creator>
		<pubDate>Wed, 18 Jan 2006 11:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-19</guid>
		<description>Matt Cutts has answered my question above by saying &lt;a href=&quot;http://www.threadwatch.org/node/4313#comment-26883&quot; rel=&quot;nofollow&quot;&gt;it&#039;s OK as long as it isn&#039;t deliberatley deceptive&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Matt Cutts has answered my question above by saying <a href="http://www.threadwatch.org/node/4313#comment-26883" rel="nofollow">it&#8217;s OK as long as it isn&#8217;t deliberatley deceptive</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David McDonald</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-18</link>
		<dc:creator>David McDonald</dc:creator>
		<pubDate>Wed, 18 Jan 2006 11:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-18</guid>
		<description>Useful technique, Russ.

I also use negative postioning as an image replacement technique, but lately I have been worried that Google may perceiving this as spam.

Is there any proof that this is or isn&#039;t the case? I did find &lt;a href=&quot;http://www.mattcutts.com/blog/seo-mistakes-unwise-comments/&quot; rel=&quot;nofollow&quot;&gt;this article on Matt Cutt&#039;s blog&lt;/a&gt;, which, I must admit, makes me worry a little more.

Also, what is the purpose behind the &#039;width:4000px;&#039; line? 

I&#039;m enjoying reading your blog, Russ. Nice work!</description>
		<content:encoded><![CDATA[<p>Useful technique, Russ.</p>
<p>I also use negative postioning as an image replacement technique, but lately I have been worried that Google may perceiving this as spam.</p>
<p>Is there any proof that this is or isn&#8217;t the case? I did find <a href="http://www.mattcutts.com/blog/seo-mistakes-unwise-comments/" rel="nofollow">this article on Matt Cutt&#8217;s blog</a>, which, I must admit, makes me worry a little more.</p>
<p>Also, what is the purpose behind the &#8216;width:4000px;&#8217; line? </p>
<p>I&#8217;m enjoying reading your blog, Russ. Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raanan Avidor</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-16</link>
		<dc:creator>Raanan Avidor</dc:creator>
		<pubDate>Tue, 17 Jan 2006 22:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-16</guid>
		<description>Never understood why search engines don&#039;t consider this technique as SPAM, and even if they don&#039;t today, they will tomorrow.</description>
		<content:encoded><![CDATA[<p>Never understood why search engines don&#8217;t consider this technique as SPAM, and even if they don&#8217;t today, they will tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redQueen - content strategy and content development &#187; Blog Archive &#187; Page source order</title>
		<link>http://www.maxdesign.com.au/2006/01/17/about-structural-labels/comment-page-1/#comment-15</link>
		<dc:creator>redQueen - content strategy and content development &#187; Blog Archive &#187; Page source order</dc:creator>
		<pubDate>Tue, 17 Jan 2006 13:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=147#comment-15</guid>
		<description>[...] More:  Further information on structural labels at Russ&#8217; site [...]</description>
		<content:encoded><![CDATA[<p>[...] More:  Further information on structural labels at Russ&#8217; site [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
