<?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: jQuery Set Width in px, em, pt (Div, li, etc.)	</title>
	<atom:link href="https://theextremewebdesigns.com/blog/jquery-set-width-in-px-em-pt-set-div-width-set-li-width/feed/" rel="self" type="application/rss+xml" />
	<link>https://theextremewebdesigns.com/blog/jquery-set-width-in-px-em-pt-set-div-width-set-li-width/</link>
	<description>Web Design and Web Development</description>
	<lastBuildDate>Sat, 23 Feb 2013 17:41:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>
		By: Rocky		</title>
		<link>https://theextremewebdesigns.com/blog/jquery-set-width-in-px-em-pt-set-div-width-set-li-width/#comment-215</link>

		<dc:creator><![CDATA[Rocky]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 17:41:04 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=1367#comment-215</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theextremewebdesigns.com/blog/jquery-set-width-in-px-em-pt-set-div-width-set-li-width/#comment-214&quot;&gt;Kurt Kemple&lt;/a&gt;.

Yup, that would work as well. Thanks for sharing!

BTW, nice crosshatch you used on your website.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theextremewebdesigns.com/blog/jquery-set-width-in-px-em-pt-set-div-width-set-li-width/#comment-214">Kurt Kemple</a>.</p>
<p>Yup, that would work as well. Thanks for sharing!</p>
<p>BTW, nice crosshatch you used on your website.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kurt Kemple		</title>
		<link>https://theextremewebdesigns.com/blog/jquery-set-width-in-px-em-pt-set-div-width-set-li-width/#comment-214</link>

		<dc:creator><![CDATA[Kurt Kemple]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 15:11:13 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=1367#comment-214</guid>

					<description><![CDATA[You can also set the width of an element using the $.css() method which takes either a key value pair or an object of key value pairs.

$( &#039;#element&#039; ).css( &#039;width&#039;, 200 + &#039;px&#039; );

or 

$( &#039;#element&#039; ).css({
      &#039;width&#039; : 200 + &#039;px&#039;
});]]></description>
			<content:encoded><![CDATA[<p>You can also set the width of an element using the $.css() method which takes either a key value pair or an object of key value pairs.</p>
<p>$( &#8216;#element&#8217; ).css( &#8216;width&#8217;, 200 + &#8216;px&#8217; );</p>
<p>or </p>
<p>$( &#8216;#element&#8217; ).css({<br />
      &#8216;width&#8217; : 200 + &#8216;px&#8217;<br />
});</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
