<?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: Resize Firefox Search Bar</title>
	<atom:link href="http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar</link>
	<description>News that matters for Web Developers</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:26:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bob Smith</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-91234</link>
		<dc:creator>Bob Smith</dc:creator>
		<pubDate>Mon, 05 Feb 2007 01:27:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-91234</guid>
		<description>This is a waste of time. It doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>This is a waste of time. It doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zurcher</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-39919</link>
		<dc:creator>Zurcher</dc:creator>
		<pubDate>Sun, 12 Nov 2006 23:21:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-39919</guid>
		<description>That still doesn&#039;t work for me in Firefox 2, and I don&#039;t use themes.</description>
		<content:encoded><![CDATA[<p>That still doesn&#8217;t work for me in Firefox 2, and I don&#8217;t use themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve C.</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-31299</link>
		<dc:creator>Steve C.</dc:creator>
		<pubDate>Wed, 25 Oct 2006 22:14:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-31299</guid>
		<description>In Firefox 2.0 you&#039;ll need to do this instead (change 250px to suit you):

/* Make the Firefox Search box flex wider */
#search-container, #searchbar {
width: 250px !important;
}</description>
		<content:encoded><![CDATA[<p>In Firefox 2.0 you&#8217;ll need to do this instead (change 250px to suit you):</p>
<p>/* Make the Firefox Search box flex wider */<br />
#search-container, #searchbar {<br />
width: 250px !important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recommended &#187; Five facts on the Firefox search bar</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-24431</link>
		<dc:creator>Recommended &#187; Five facts on the Firefox search bar</dc:creator>
		<pubDate>Fri, 29 Sep 2006 19:55:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-24431</guid>
		<description>[...] Other sources: Resize Firefox Search Bar Make a Rollyo Firefox search plugin Learn to Create a Firefox Search Plugin in Less Than 2 Minutes [...]</description>
		<content:encoded><![CDATA[<p>[...] Other sources: Resize Firefox Search Bar Make a Rollyo Firefox search plugin Learn to Create a Firefox Search Plugin in Less Than 2 Minutes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. Rintoul</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-1152</link>
		<dc:creator>B. Rintoul</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1152</guid>
		<description>Please try my extension that adds some pretty neat functionality to the Search Bar you mention here...&lt;br /&gt;
&lt;br /&gt;
You might like it...&lt;br /&gt;
&lt;br /&gt;
http://lookahead.mozdev.org/installation.html&lt;br /&gt;
&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Please try my extension that adds some pretty neat functionality to the Search Bar you mention here&#8230;</p>
<p>You might like it&#8230;</p>
<p><a href="http://lookahead.mozdev.org/installation.html" rel="nofollow">http://lookahead.mozdev.org/installation.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-1153</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1153</guid>
		<description>/* Make the Search box flex wider */&lt;br /&gt;
#search-container {-moz-box-flex: 800 !important;&lt;br /&gt;
}&lt;br /&gt;
#searchbar {&lt;br /&gt;
-moz-box-flex: 400 !important;}&lt;br /&gt;
&lt;br /&gt;
the 2nd line is needed to change the actual size of the text box.&lt;br /&gt;
(choose numbers to suit) without it you get a smaller url bar and the search bar stays at the same size! &lt;br /&gt;
&lt;br /&gt;
chrome edit currently isnt working &lt;br /&gt;
so you need to find your profile &lt;br /&gt;
and create userchrome.css &lt;br /&gt;
&lt;br /&gt;
find userchromeExample.css&lt;br /&gt;
add the lines to it and save as &lt;br /&gt;
userChrome.css</description>
		<content:encoded><![CDATA[<p>/* Make the Search box flex wider */<br />
#search-container {-moz-box-flex: 800 !important;<br />
}<br />
#searchbar {<br />
-moz-box-flex: 400 !important;}</p>
<p>the 2nd line is needed to change the actual size of the text box.<br />
(choose numbers to suit) without it you get a smaller url bar and the search bar stays at the same size! </p>
<p>chrome edit currently isnt working <br />
so you need to find your profile <br />
and create userchrome.css </p>
<p>find userchromeExample.css<br />
add the lines to it and save as <br />
userChrome.css</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidar</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-1154</link>
		<dc:creator>Vidar</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1154</guid>
		<description>Yeah&#8230; that doesnt seem to cut it for me.&lt;br /&gt;
Maybe its the theme I&#8217;m using? (Phoenity on 1.0PR)</description>
		<content:encoded><![CDATA[<p>Yeah&#8230; that doesnt seem to cut it for me.<br />
Maybe its the theme I&#8217;m using? (Phoenity on 1.0PR)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luke</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-1155</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1155</guid>
		<description>doesnt seem to work for me either. &lt;br /&gt;
&lt;br /&gt;
I used your chrome edit with a previous version of firefox to change the userchrome.css and it worked.&lt;br /&gt;
&lt;br /&gt;
but manually doing it doesnt seem to work.  I too am using a theme now. Could that be the problem?</description>
		<content:encoded><![CDATA[<p>doesnt seem to work for me either. </p>
<p>I used your chrome edit with a previous version of firefox to change the userchrome.css and it worked.</p>
<p>but manually doing it doesnt seem to work.  I too am using a theme now. Could that be the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ampersand</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-1156</link>
		<dc:creator>Ampersand</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1156</guid>
		<description>I&#8217;m having the same problem, and turning off my themes (so I&#8217;m just using the default theme) didn&#8217;t help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem, and turning off my themes (so I&#8217;m just using the default theme) didn&#8217;t help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd sherman</title>
		<link>http://www.digitalmediaminute.com/article/672/resize-firefox-search-bar/comment-page-1#comment-1157</link>
		<dc:creator>todd sherman</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1157</guid>
		<description>simply thx&lt;br /&gt;
I was wanting to do that for a while.&lt;br /&gt;
-todd</description>
		<content:encoded><![CDATA[<p>simply thx<br />
I was wanting to do that for a while.<br />
-todd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

