<?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: Converting to Pixels with javascript</title>
	<atom:link href="http://blog.stchur.com/2006/09/20/converting-to-pixels-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2006/09/20/converting-to-pixels-with-javascript/</link>
	<description>web / programming / javascript / css / html</description>
	<lastBuildDate>Tue, 29 Jun 2010 15:30:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2006/09/20/converting-to-pixels-with-javascript/comment-page-1/#comment-1274</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Wed, 07 May 2008 00:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/09/20/converting-to-pixels-with-javascript/#comment-1274</guid>
		<description>Vlado,

Thanks for the tip.  I&#039;ve only run across .scrollHeight once or twice and haven&#039;t really utilized it much.  Do you know if it give the overall height of an element, including borders and padding?  Or just the internal height of the element (minus borders and padding)?

What does IE6 think of this property?</description>
		<content:encoded><![CDATA[<p>Vlado,</p>
<p>Thanks for the tip.  I&#039;ve only run across .scrollHeight once or twice and haven&#039;t really utilized it much.  Do you know if it give the overall height of an element, including borders and padding?  Or just the internal height of the element (minus borders and padding)?</p>
<p>What does IE6 think of this property?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlado</title>
		<link>http://blog.stchur.com/2006/09/20/converting-to-pixels-with-javascript/comment-page-1/#comment-1273</link>
		<dc:creator>Vlado</dc:creator>
		<pubDate>Tue, 06 May 2008 20:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/09/20/converting-to-pixels-with-javascript/#comment-1273</guid>
		<description>This returns height of the element in pixels.
In firefox 2.0.0.14 and IE 7.

document.getElementById(&#039;div1&#039;).scrollHeight

It seems to me that the browsers are implemented the way to complicate the things as much as possible. You must cheat all the time :-))</description>
		<content:encoded><![CDATA[<p>This returns height of the element in pixels.<br />
In firefox 2.0.0.14 and IE 7.</p>
<p>document.getElementById(&#039;div1&#039;).scrollHeight</p>
<p>It seems to me that the browsers are implemented the way to complicate the things as much as possible. You must cheat all the time <img src='http://blog.stchur.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ferrai</title>
		<link>http://blog.stchur.com/2006/09/20/converting-to-pixels-with-javascript/comment-page-1/#comment-14</link>
		<dc:creator>Ferrai</dc:creator>
		<pubDate>Tue, 04 Dec 2007 10:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/09/20/converting-to-pixels-with-javascript/#comment-14</guid>
		<description>This is perfect: I&#039;m writing a image replacement solution that will benefit hugely from this. Thanks for sharing it!</description>
		<content:encoded><![CDATA[<p>This is perfect: I&#039;m writing a image replacement solution that will benefit hugely from this. Thanks for sharing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smalltalk</title>
		<link>http://blog.stchur.com/2006/09/20/converting-to-pixels-with-javascript/comment-page-1/#comment-13</link>
		<dc:creator>Smalltalk</dc:creator>
		<pubDate>Mon, 05 Feb 2007 04:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/09/20/converting-to-pixels-with-javascript/#comment-13</guid>
		<description>This has been very helpful. Thanks!</description>
		<content:encoded><![CDATA[<p>This has been very helpful. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
