<?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: Quick jQuery hack to fix position:fixed toolbars in iPhone/iPad/iPod Touch</title>
	<atom:link href="http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/</link>
	<description></description>
	<lastBuildDate>Fri, 07 Oct 2011 15:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fake rolex watches</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214442</link>
		<dc:creator>fake rolex watches</dc:creator>
		<pubDate>Wed, 24 Aug 2011 06:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214442</guid>
		<description>As the business grows, &lt;a href=&quot;http://www.erowatch.com&quot; rel=&quot;nofollow&quot;&gt;rolex replicas&lt;/a&gt; has also jumped into an international brand. It is worth mentioning that,&lt;a href=&quot;http://www.erowatch.com&quot; rel=&quot;nofollow&quot;&gt;replica rolex watches&lt;/a&gt; is the ancestor of today&#039;s brand-oriented, in order to protect the quality and brand name will be printed on their products, the history of fashion in the world, is the first one first.&lt;a href=&quot;http://www.erowatch.com&quot; rel=&quot;nofollow&quot;&gt;rolex replica watches&lt;/a&gt;, &lt;a href=&quot;http://www.erowatch.com&quot; rel=&quot;nofollow&quot;&gt;fake rolex&lt;/a&gt;,  &lt;a href=&quot;http://www.erowatch.com&quot; rel=&quot;nofollow&quot;&gt;fake rolex watches&lt;/a&gt; .&lt;a href=&quot;http://www.erowatch.com/9-omega-watches&quot; rel=&quot;nofollow&quot;&gt;fake omega watches&lt;/a&gt;
&lt;a href=&quot;http://www.erowatch.com/9-omega-watches&quot; rel=&quot;nofollow&quot;&gt;replica omega watches&lt;/a&gt;
&lt;a href=&quot;http://www.erowatch.com/10-tag-heuer-watches&quot; rel=&quot;nofollow&quot;&gt;tag heuer replica watches&lt;/a&gt;
&lt;a href=&quot;http://www.erowatch.com/10-tag-heuer-watches&quot; rel=&quot;nofollow&quot;&gt;tag heuer watches&lt;/a&gt;.http://www.erowatch.com</description>
		<content:encoded><![CDATA[<p>As the business grows, <a href="http://www.erowatch.com" rel="nofollow">rolex replicas</a> has also jumped into an international brand. It is worth mentioning that,<a href="http://www.erowatch.com" rel="nofollow">replica rolex watches</a> is the ancestor of today&#8217;s brand-oriented, in order to protect the quality and brand name will be printed on their products, the history of fashion in the world, is the first one first.<a href="http://www.erowatch.com" rel="nofollow">rolex replica watches</a>, <a href="http://www.erowatch.com" rel="nofollow">fake rolex</a>,  <a href="http://www.erowatch.com" rel="nofollow">fake rolex watches</a> .<a href="http://www.erowatch.com/9-omega-watches" rel="nofollow">fake omega watches</a><br />
<a href="http://www.erowatch.com/9-omega-watches" rel="nofollow">replica omega watches</a><br />
<a href="http://www.erowatch.com/10-tag-heuer-watches" rel="nofollow">tag heuer replica watches</a><br />
<a href="http://www.erowatch.com/10-tag-heuer-watches" rel="nofollow">tag heuer watches</a>.<a href="http://www.erowatch.com" rel="nofollow">http://www.erowatch.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Adams</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214428</link>
		<dc:creator>Greg Adams</dc:creator>
		<pubDate>Tue, 16 Aug 2011 19:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214428</guid>
		<description>position:fixed seems to be &quot;fixed&quot; in iOS5.. Yet there will still be a lot of iOS3 or iOS4 users the next 2 years or so...
But I am very excited to be able to build webapps without a lot of js or jQuery....   
btw. I just get the browser and OS etc per script so my   tag  is displayed as  or 

this way I can just use

.MYCLASS {
position:fixed;
}

.iphone .MYCLASS {
position:static;
}
This extends for ALL browsers and OS.


....
AND NOW FOR SOME OFF TOPIC
This is very useful if you are using a lot of 3d-transformations which do not work on windows. (that&#039;s what I am doing)

so here I would also use something like

.MYCLASS {    -webkit-transform:      skew(0deg, -5deg);}
.mac .MYCLASS {    -webkit-transform:      perspective(290px) rotateY(30deg) rotateX(5deg);}
this way we are able to create really nice fallbacks for ALL browsers...
I hope this is useful for any of you guys..

OH AND SORRY FOR THE OFF TOPIC
</description>
		<content:encoded><![CDATA[<p>position:fixed seems to be &#8220;fixed&#8221; in iOS5.. Yet there will still be a lot of iOS3 or iOS4 users the next 2 years or so&#8230;<br />
But I am very excited to be able to build webapps without a lot of js or jQuery&#8230;.   <br />
btw. I just get the browser and OS etc per script so my   tag  is displayed as  or </p>
<p>this way I can just use</p>
<p>.MYCLASS {<br />
position:fixed;<br />
}</p>
<p>.iphone .MYCLASS {<br />
position:static;<br />
}<br />
This extends for ALL browsers and OS.</p>
<p>&#8230;.<br />
AND NOW FOR SOME OFF TOPIC<br />
This is very useful if you are using a lot of 3d-transformations which do not work on windows. (that&#8217;s what I am doing)</p>
<p>so here I would also use something like</p>
<p>.MYCLASS {    -webkit-transform:      skew(0deg, -5deg);}<br />
.mac .MYCLASS {    -webkit-transform:      perspective(290px) rotateY(30deg) rotateX(5deg);}<br />
this way we are able to create really nice fallbacks for ALL browsers&#8230;<br />
I hope this is useful for any of you guys..</p>
<p>OH AND SORRY FOR THE OFF TOPIC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214371</link>
		<dc:creator>Hello</dc:creator>
		<pubDate>Mon, 11 Jul 2011 12:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214371</guid>
		<description>Just in case this helps, my css loaded from an external file:

#footer{	  height:30px;Position:fixed; left:0; bottom:0;width:100%;	z-index:3;	font-size:10px;	background-color:#000000;}

and the jquery...

jQuery(document).ready(function($) {if(navigator.platform == &#039;iPad&#039; &#124;&#124; navigator.platform == &#039;iPhone&#039; &#124;&#124; navigator.platform == &#039;iPod&#039;){$(&quot;#footer&quot;).css(&quot;position&quot;, &quot;static&quot;);};});</description>
		<content:encoded><![CDATA[<p>Just in case this helps, my css loaded from an external file:</p>
<p>#footer{	  height:30px;Position:fixed; left:0; bottom:0;width:100%;	z-index:3;	font-size:10px;	background-color:#000000;}</p>
<p>and the jquery&#8230;</p>
<p>jQuery(document).ready(function($) {if(navigator.platform == &#8216;iPad&#8217; || navigator.platform == &#8216;iPhone&#8217; || navigator.platform == &#8216;iPod&#8217;){$(&#8220;#footer&#8221;).css(&#8220;position&#8221;, &#8220;static&#8221;);};});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214370</link>
		<dc:creator>Hello</dc:creator>
		<pubDate>Mon, 11 Jul 2011 12:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214370</guid>
		<description>Im doing exactly as Matth suggested however its still not working and my footer is still in the middle of the page on iphone where there is a lot of content and the user needs to scroll down the page... Please help!

:-/</description>
		<content:encoded><![CDATA[<p>Im doing exactly as Matth suggested however its still not working and my footer is still in the middle of the page on iphone where there is a lot of content and the user needs to scroll down the page&#8230; Please help!</p>
<p>:-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lubenivanchev</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214340</link>
		<dc:creator>Lubenivanchev</dc:creator>
		<pubDate>Mon, 13 Jun 2011 14:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214340</guid>
		<description>thanks but no..neither outer no inner works...?</description>
		<content:encoded><![CDATA[<p>thanks but no..neither outer no inner works&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matth</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214338</link>
		<dc:creator>Matth</dc:creator>
		<pubDate>Mon, 13 Jun 2011 14:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214338</guid>
		<description>Try changing #floating-bar-container in the code above to the ID of your outer container.

So if your DIV ID=&quot;fork-hat&quot;, the line would look like this:

$(&quot;#fork-hat&quot;).css(&quot;position&quot;, &quot;static&quot;);
 </description>
		<content:encoded><![CDATA[<p>Try changing #floating-bar-container in the code above to the ID of your outer container.</p>
<p>So if your DIV ID=&#8221;fork-hat&#8221;, the line would look like this:</p>
<p>$(&#8220;#fork-hat&#8221;).css(&#8220;position&#8221;, &#8220;static&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matth</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214339</link>
		<dc:creator>Matth</dc:creator>
		<pubDate>Mon, 13 Jun 2011 14:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214339</guid>
		<description>Try changing #floating-bar-container in the code above to the ID of your outer container.

So if your DIV ID=&quot;fork-hat&quot;, the line would look like this:

$(&quot;#fork-hat&quot;).css(&quot;position&quot;, &quot;static&quot;);
 </description>
		<content:encoded><![CDATA[<p>Try changing #floating-bar-container in the code above to the ID of your outer container.</p>
<p>So if your DIV ID=&#8221;fork-hat&#8221;, the line would look like this:</p>
<p>$(&#8220;#fork-hat&#8221;).css(&#8220;position&#8221;, &#8220;static&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lubenivanchev</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214337</link>
		<dc:creator>Lubenivanchev</dc:creator>
		<pubDate>Mon, 13 Jun 2011 12:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214337</guid>
		<description>i have a div inside a div...and this lazy-ass code doesnt work!! it generally doesnt seem to work at all wherever i shove my divs! any other bright ideas?</description>
		<content:encoded><![CDATA[<p>i have a div inside a div&#8230;and this lazy-ass code doesnt work!! it generally doesnt seem to work at all wherever i shove my divs! any other bright ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214332</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 08 Jun 2011 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214332</guid>
		<description>On behalf of all lazy bastards out there, I thank you. </description>
		<content:encoded><![CDATA[<p>On behalf of all lazy bastards out there, I thank you. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gdanger</title>
		<link>http://www.lazycoder.com/weblog/2010/05/27/quick-jquery-hack-to-fix-positionfixed-toolbars-in-iphoneipadipod-touch/comment-page-1/#comment-214305</link>
		<dc:creator>gdanger</dc:creator>
		<pubDate>Thu, 19 May 2011 13:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/?p=1357#comment-214305</guid>
		<description>Hi
This works great - is it the same fix for android devices?
</description>
		<content:encoded><![CDATA[<p>Hi<br />
This works great &#8211; is it the same fix for android devices?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

