<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: CSS Fixed&#160;Positioning</title> <atom:link href="http://davidwalsh.name/css-fixed-position/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/css-fixed-position</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 07:54:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: แว่นกันแดด</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-27669</link> <dc:creator>แว่นกันแดด</dc:creator> <pubDate>Sat, 19 Nov 2011 10:56:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-27669</guid> <description>can fixed-position after scroll and find div ?</description> <content:encoded><![CDATA[<p>can fixed-position after scroll and find div ?</p> ]]></content:encoded> </item> <item><title>By: Mohammad Mahmud Kabir</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-10327</link> <dc:creator>Mohammad Mahmud Kabir</dc:creator> <pubDate>Sat, 11 Jul 2009 09:12:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-10327</guid> <description>I searched for &quot;Unsupported value: &quot;fixed&#039;&quot; and reached here.
Thanks... this makes an idea of my problem.-MahmudMohammad Mahmud Kabirhttp://www.MahmudKabir.com</description> <content:encoded><![CDATA[<p>I searched for &#8220;Unsupported value: &#8220;fixed&#8217;&#8221; and reached here.<br
/> Thanks&#8230; this makes an idea of my problem.</p><p>-Mahmud</p><p>Mohammad Mahmud Kabir</p><p><a
href="http://www.MahmudKabir.com" rel="nofollow">http://www.MahmudKabir.com</a></p> ]]></content:encoded> </item> <item><title>By: Brenelz</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4487</link> <dc:creator>Brenelz</dc:creator> <pubDate>Sat, 10 Jan 2009 19:36:16 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4487</guid> <description>Posiiton fixed is something I try to avoid as much as possible because of the IE6 issue.  If you have a good workaround let me know!</description> <content:encoded><![CDATA[<p>Posiiton fixed is something I try to avoid as much as possible because of the IE6 issue.  If you have a good workaround let me know!</p> ]]></content:encoded> </item> <item><title>By: sam</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4453</link> <dc:creator>sam</dc:creator> <pubDate>Thu, 08 Jan 2009 14:15:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4453</guid> <description>people love to hate ie6, but the thing is, because its such a problematic browser, there are stacks of talented people coming up with workarounds, fixes, etc for it.
IE6 has 20% of browser users still. def worth paying attention to.</description> <content:encoded><![CDATA[<p>people love to hate ie6, but the thing is, because its such a problematic browser, there are stacks of talented people coming up with workarounds, fixes, etc for it.<br
/> IE6 has 20% of browser users still. def worth paying attention to.</p> ]]></content:encoded> </item> <item><title>By: Peter K</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4451</link> <dc:creator>Peter K</dc:creator> <pubDate>Thu, 08 Jan 2009 13:52:37 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4451</guid> <description>The problem with IE6 is that it will be supported by Microsoft until 2010 plus it is used (as far as I know) as a primary browser within most business organsiations, and usually (for some baffling reason) their IT departments are reluctant to upgrade to better browsers</description> <content:encoded><![CDATA[<p>The problem with IE6 is that it will be supported by Microsoft until 2010 plus it is used (as far as I know) as a primary browser within most business organsiations, and usually (for some baffling reason) their IT departments are reluctant to upgrade to better browsers</p> ]]></content:encoded> </item> <item><title>By: Anton</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4449</link> <dc:creator>Anton</dc:creator> <pubDate>Thu, 08 Jan 2009 08:49:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4449</guid> <description>Not to throw a spanner in the works, but with progressive enhancement in mind, we shouldn&#039;t worry about our websites looking the same in all the browsers.... On top of that, we really need to start moving away from IE6, otherwise it will never disappear.</description> <content:encoded><![CDATA[<p>Not to throw a spanner in the works, but with progressive enhancement in mind, we shouldn&#8217;t worry about our websites looking the same in all the browsers&#8230;. On top of that, we really need to start moving away from IE6, otherwise it will never disappear.</p> ]]></content:encoded> </item> <item><title>By: Иван</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4444</link> <dc:creator>Иван</dc:creator> <pubDate>Wed, 07 Jan 2009 22:58:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4444</guid> <description>Now when I think of it, this could be a very small plug-in -- just a concept.1) On document.ready create a dummy element; 2) change position to fixed and bottom to 0;Now having in mind that the initial position is static and unrecognized property values result into default value, thus if fixed is unsupported the value will remain static3) check for bottom offset 4) if it is 0, the position:fixed is supported, if not use the above mentioned fix; 5) delete the dummy element.</description> <content:encoded><![CDATA[<p>Now when I think of it, this could be a very small plug-in &#8212; just a concept.</p><p>1) On document.ready create a dummy element; 2) change position to fixed and bottom to 0;</p><p>Now having in mind that the initial position is static and unrecognized property values result into default value, thus if fixed is unsupported the value will remain static</p><p>3) check for bottom offset 4) if it is 0, the position:fixed is supported, if not use the above mentioned fix; 5) delete the dummy element.</p> ]]></content:encoded> </item> <item><title>By: Иван</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4443</link> <dc:creator>Иван</dc:creator> <pubDate>Wed, 07 Jan 2009 22:49:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4443</guid> <description>@Sam, you&#039;d be surprised how easy the FB workaround is: 1) add a class to the HTML that removes overflow; 2) inject an extra wrapper that has width and height of 100%, overflow and relative position; 3) make the &quot;presence bar&quot; absolute positioned.Another option is to play with _property: expression(&quot;...&quot;), but you risk crashing the browser.@Jestep, why not use a shorter hack e.g. _position:absolute ;)</description> <content:encoded><![CDATA[<p>@Sam, you&#8217;d be surprised how easy the FB workaround is: 1) add a class to the HTML that removes overflow; 2) inject an extra wrapper that has width and height of 100%, overflow and relative position; 3) make the &#8220;presence bar&#8221; absolute positioned.</p><p>Another option is to play with _property: expression(&#8220;&#8230;&#8221;), but you risk crashing the browser.</p><p>@Jestep, why not use a shorter hack e.g. _position:absolute ;)</p> ]]></content:encoded> </item> <item><title>By: Soh</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4442</link> <dc:creator>Soh</dc:creator> <pubDate>Wed, 07 Jan 2009 21:38:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4442</guid> <description>http://www.gunlaug.no/contents/wd&#095;additions&#095;15.htmlI usually use this technique to get things to be fixed in IE6~</description> <content:encoded><![CDATA[<p><a
href="http://www.gunlaug.no/contents/wd&#095;additions&#095;15.html" rel="nofollow">http://www.gunlaug.no/contents/wd&#095;additions&#095;15.html</a></p><p>I usually use this technique to get things to be fixed in IE6~</p> ]]></content:encoded> </item> <item><title>By: James</title><link>http://davidwalsh.name/css-fixed-position/comment-page-1#comment-4441</link> <dc:creator>James</dc:creator> <pubDate>Wed, 07 Jan 2009 20:02:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1113#comment-4441</guid> <description>Jestep, that solution will only work if you&#039;re not using any REAL absolutely positioned elements on your page - they&#039;ll just end up as position:fixed;. IE6 really sucks!</description> <content:encoded><![CDATA[<p>Jestep, that solution will only work if you&#8217;re not using any REAL absolutely positioned elements on your page &#8211; they&#8217;ll just end up as position:fixed;. IE6 really sucks!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.015 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 04:12:36 -->
