<?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>Seree Woradechjamroen &#187; float</title>
	<atom:link href="http://www.iamseree.com/tag/float/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iamseree.com</link>
	<description>Keep learning everyday, willing to win and take action</description>
	<lastBuildDate>Mon, 02 Jan 2012 19:00:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Use JavaScript to change &#8220;float&#8221; style</title>
		<link>http://www.iamseree.com/application-development/use-javascript-to-change-float-style</link>
		<comments>http://www.iamseree.com/application-development/use-javascript-to-change-float-style#comments</comments>
		<pubDate>Thu, 08 Nov 2007 07:47:59 +0000</pubDate>
		<dc:creator>Seree</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[cssfloat]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.iamseree.com/?p=33</guid>
		<description><![CDATA[<p>Hey friends,</p> <p>In a few days ago, I’ve just stuck with how to change “float” style in JavaScript and very confuse why it doesn’t work at all!</p> <p>I’m using …</p> <p>var obj = document.getElementById(“some1”);</p> <p>obj.style.float = “left”;</p> <p>No luck at all. I tried both on Internet Explorer and Firefox. Even I use Internet Explorer Toolbar and [...]]]></description>
			<content:encoded><![CDATA[<p>Hey friends,</p>
<p>In a few days ago, I’ve just stuck with how to change “float” style in JavaScript and very confuse why it doesn’t work at all!</p>
<p>I’m using …</p>
<p>var obj = document.getElementById(“some1”);</p>
<p>obj.style.float = “left”;</p>
<p>No luck at all. I tried both on Internet Explorer and Firefox. Even I use Internet Explorer Toolbar and Firebug. I can change the style via that tools but no luck with JavaScript.</p>
<p>Silly?</p>
<p>I’m fool with DOM. I try to find a solution and suddenly found that.</p>
<p>In DOM, there are no “float” property but “cssFloat”.</p>
<p>Just change my code to …</p>
<p>var obj = document.getElementById(“some1”);</p>
<p>obj.style.cssFloat = “left”;</p>
<p>Really silly huh?</p>
<div align="left" style="float: ; padding: 5px 5px 0px 0px;"><a name="fb_share" type="button" share_url="http://www.iamseree.com/application-development/use-javascript-to-change-float-style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.iamseree.com/application-development/use-javascript-to-change-float-style/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

