<?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>Kommentare zu: Breite des Fensterscrollbalken</title>
	<atom:link href="http://javascript.jstruebig.de/javascript/70/feed" rel="self" type="application/rss+xml" />
	<link>http://javascript.jstruebig.de/javascript/70</link>
	<description>Javascript-Blog mit Skripten, Beispielen, Lösungen und FAQ</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:31:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: HTD</title>
		<link>http://javascript.jstruebig.de/javascript/70/comment-page-1#comment-20680</link>
		<dc:creator>HTD</dc:creator>
		<pubDate>Sun, 18 Sep 2011 10:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.jstruebig.de/javascript/70/#comment-20680</guid>
		<description>Du bist der Hacker! Danke.

One of very few code fragments I haven&#039;t touched, because there&#039;s nothing to improve, it&#039;s perfect (ok, sometimes you may need to store previous document.body.style.overflow - sometimes I force scroll bars on body to avoid layout jumping on reloads with different content lenghts). On Chrome (Linux) it returns zero and it&#039;s correct, because it draws the scrollbars somehow different from FF. I think they are outside container box. Anyway - I needed my rendered component to cover all previous container except scroll bars. So I used this method and gues what - it just works. If it doesn&#039;t - it&#039;s probably a bug in something else. Oh, and I don&#039;t even expect it to work in IE &lt;= 8 (but probably it will work in IE7 and 8).

BTW, it should be the part of jQuery and other JS framework. What&#039;s the use of $.fn.innerWidth() if it doesn&#039;t report REAL inner width?</description>
		<content:encoded><![CDATA[<p>Du bist der Hacker! Danke.</p>
<p>One of very few code fragments I haven't touched, because there's nothing to improve, it's perfect (ok, sometimes you may need to store previous document.body.style.overflow - sometimes I force scroll bars on body to avoid layout jumping on reloads with different content lenghts). On Chrome (Linux) it returns zero and it's correct, because it draws the scrollbars somehow different from FF. I think they are outside container box. Anyway - I needed my rendered component to cover all previous container except scroll bars. So I used this method and gues what - it just works. If it doesn't - it's probably a bug in something else. Oh, and I don't even expect it to work in IE &lt;= 8 (but probably it will work in IE7 and 8).</p>
<p>BTW, it should be the part of jQuery and other JS framework. What&#039;s the use of $.fn.innerWidth() if it doesn&#039;t report REAL inner width?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Dmitry</title>
		<link>http://javascript.jstruebig.de/javascript/70/comment-page-1#comment-20432</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Wed, 24 Nov 2010 17:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.jstruebig.de/javascript/70/#comment-20432</guid>
		<description>Thank you, but I used the function http://www.alexandre-gomes.com/?p=115&amp;cpage=1. When you resize the window scrollbarWidth function returns 0.</description>
		<content:encoded><![CDATA[<p>Thank you, but I used the function <a href="http://www.alexandre-gomes.com/?p=115&amp;cpage=1" rel="nofollow">http://www.alexandre-gomes.com/?p=115&amp;cpage=1</a>. When you resize the window scrollbarWidth function returns 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Struppi</title>
		<link>http://javascript.jstruebig.de/javascript/70/comment-page-1#comment-20116</link>
		<dc:creator>Struppi</dc:creator>
		<pubDate>Fri, 28 May 2010 10:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.jstruebig.de/javascript/70/#comment-20116</guid>
		<description>hmm? strange. I also use Fx 3.6 and got always some values. 

But meanwhile I am doubt that these values are really useful. I did use it for my &lt;a href=&quot;http://javascript.jstruebig.de/javascript/68/&quot; rel=&quot;nofollow&quot;&gt;combobox script&lt;/a&gt;, but I never reached the goal, that I can calculate the real width of scrollbar of the select-field.</description>
		<content:encoded><![CDATA[<p>hmm? strange. I also use Fx 3.6 and got always some values. </p>
<p>But meanwhile I am doubt that these values are really useful. I did use it for my <a href="http://javascript.jstruebig.de/javascript/68/" rel="nofollow">combobox script</a>, but I never reached the goal, that I can calculate the real width of scrollbar of the select-field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mario</title>
		<link>http://javascript.jstruebig.de/javascript/70/comment-page-1#comment-20114</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Thu, 27 May 2010 20:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.jstruebig.de/javascript/70/#comment-20114</guid>
		<description>Thanks, but with Firefox 3.6 it seems to always return 0 :S</description>
		<content:encoded><![CDATA[<p>Thanks, but with Firefox 3.6 it seems to always return 0 :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tomasz Mazur</title>
		<link>http://javascript.jstruebig.de/javascript/70/comment-page-1#comment-19733</link>
		<dc:creator>Tomasz Mazur</dc:creator>
		<pubDate>Fri, 03 Apr 2009 23:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.jstruebig.de/javascript/70/#comment-19733</guid>
		<description>Best snippet I&#039;ve seen so far for this task</description>
		<content:encoded><![CDATA[<p>Best snippet I've seen so far for this task</p>
]]></content:encoded>
	</item>
</channel>
</rss>

