<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codezyne.com &#187; innerHeight</title>
	<atom:link href="http://codezyne.com/tag/innerheight/feed/" rel="self" type="application/rss+xml" />
	<link>http://codezyne.com</link>
	<description>innovative way of thinking</description>
	<lastBuildDate>Thu, 17 Feb 2011 23:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>The clientWidth, innerWidth, top, left are returning 0 value</title>
		<link>http://codezyne.com/2009/12/10/the-clientwidth-innerwidth-top-left-are-returning-0-value/</link>
		<comments>http://codezyne.com/2009/12/10/the-clientwidth-innerwidth-top-left-are-returning-0-value/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 15:35:36 +0000</pubDate>
		<dc:creator>Radgeofrey Mission</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[0]]></category>
		<category><![CDATA[clientHeight]]></category>
		<category><![CDATA[clientWidth]]></category>
		<category><![CDATA[innerHeight]]></category>
		<category><![CDATA[innerWidth]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[zero value]]></category>

		<guid isPermaLink="false">http://codezyne.com/?p=119</guid>
		<description><![CDATA[Sometimes when you need to get elements position like top and left,  or width and height, they always return zero value, or lesser to what we expected. Sometimes this problem occurred to elements display value.  So for quick fix, i used this code. jQuery var width = $(&#8216;#hiddendiv&#8217;).css({display:&#8221;",visibility:&#8221;hidden&#8221;}).innerWidth(); $(&#8216;#hiddendiv&#8217;).css({display:&#8221;none&#8221;,visibility:&#8221;visible&#8221;}); Javascript var obj = document.getElementById(&#8216;hiddendiv&#8217;); obj.style.visibility=&#8221;hidden&#8221;; obj.style.display=&#8221;"; [...]]]></description>
		<wfw:commentRss>http://codezyne.com/2009/12/10/the-clientwidth-innerwidth-top-left-are-returning-0-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

