<?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: Absolute positioning pitfalls</title>
	<atom:link href="http://www.tyssendesign.com.au/articles/css/absolute-positioning-pitfalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyssendesign.com.au/articles/css/absolute-positioning-pitfalls/</link>
	<description>Web design &#38; development and print design services located in The Gap, Brisbane</description>
	<lastBuildDate>Sun, 14 Mar 2010 01:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Uses javascript..</title>
		<link>http://www.tyssendesign.com.au/articles/css/absolute-positioning-pitfalls/comment-page-1/#comment-2355</link>
		<dc:creator>Uses javascript..</dc:creator>
		<pubDate>Tue, 06 Oct 2009 20:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://tyssen.local/WP2/?p=3#comment-2355</guid>
		<description>[...] *Absolute positioning pitfalls [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] *Absolute positioning pitfalls&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: traza</title>
		<link>http://www.tyssendesign.com.au/articles/css/absolute-positioning-pitfalls/comment-page-1/#comment-2045</link>
		<dc:creator>traza</dc:creator>
		<pubDate>Mon, 06 Apr 2009 23:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://tyssen.local/WP2/?p=3#comment-2045</guid>
		<description>very good contribution, right what walked looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>very good contribution, right what walked looking for.&nbsp;Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.tyssendesign.com.au/articles/css/absolute-positioning-pitfalls/comment-page-1/#comment-1493</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Sat, 26 Jul 2008 09:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://tyssen.local/WP2/?p=3#comment-1493</guid>
		<description>Thank you for the article - just what I needed to point my clients to on a training session when they don&#039;t understand &quot;why&quot; they can&#039;t use AP all the time, when exporting from ImageReady / Illustrator etc. Well written and a good resource for me as a trainer :-)</description>
		<content:encoded><![CDATA[<p>Thank you for the article - just what I needed to point my clients to on a training session when they don&#8217;t understand &#8220;why&#8221; they can&#8217;t use AP all the time, when exporting from ImageReady / Illustrator etc. Well written and a good resource for me as a trainer <img src='http://www.tyssendesign.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/css/absolute-positioning-pitfalls/comment-page-1/#comment-705</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Sun, 29 Jul 2007 00:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://tyssen.local/WP2/?p=3#comment-705</guid>
		<description>Hi Nima,

As mentioned, this article isn&#039;t really concerned with when to use, or what to use instead of absolute positioning, but rather is just a heads-up as to some of the problems that can occur.
As for not finding useful forums, there are dozens out there providing useful tips and information on CSS and other web development matters, but the two I&#039;d recommend would be &lt;a href=&quot;http://csscreator.com/&quot; rel=&quot;nofollow&quot;&gt;CSS Creator&lt;/a&gt; and &lt;a href=&quot;http://www.sitepoint.com/forums/&quot; rel=&quot;nofollow&quot;&gt;Sitepoint&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi&nbsp;Nima,</p>
<p>As mentioned, this article isn&#8217;t really concerned with when to use, or what to use instead of absolute positioning, but rather is just a heads-up as to some of the problems that can occur.<br />
As for not finding useful forums, there are dozens out there providing useful tips and information on CSS and other web development matters, but the two I&#8217;d recommend would be <a href="http://csscreator.com/" rel="nofollow">CSS Creator</a> and&nbsp;<a href="http://www.sitepoint.com/forums/" rel="nofollow">Sitepoint</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nima Mehanian</title>
		<link>http://www.tyssendesign.com.au/articles/css/absolute-positioning-pitfalls/comment-page-1/#comment-703</link>
		<dc:creator>Nima Mehanian</dc:creator>
		<pubDate>Sat, 28 Jul 2007 08:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://tyssen.local/WP2/?p=3#comment-703</guid>
		<description>well thank you, you stated an already identified problem i am facing, however you failed to elaborate on how i can go about positioning elements without using &quot;absolute.&quot; Basically, what I need to do is, position an element in relation to another element so it always stays in line, even in different resolutions, etc. (the two elements also have different z-index level--i&#039;m not sure if that poses a concern). I&#039;m getting a real headache trying to figure this out, and have not found any useful forums yet. Hopefully you can help. Perhaps I can send the .htm file if you need more specific reference.
Thank you</description>
		<content:encoded><![CDATA[<p>well thank you, you stated an already identified problem i am facing, however you failed to elaborate on how i can go about positioning elements without using &#8220;absolute.&#8221; Basically, what I need to do is, position an element in relation to another element so it always stays in line, even in different resolutions, etc. (the two elements also have different z-index level&thinsp;&#8212;&thinsp;i&#8217;m not sure if that poses a concern). I&#8217;m getting a real headache trying to figure this out, and have not found any useful forums yet. Hopefully you can help. Perhaps I can send the .htm file if you need more specific reference.<br />
Thank&nbsp;you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
