<?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: Customize Firefox interface</title>
	<atom:link href="http://improvefirefox.com/customize-firefox-gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://improvefirefox.com/customize-firefox-gui/</link>
	<description>Enjoy even better web experience! Customize Mozilla Firefox and adjust it to your needs.</description>
	<lastBuildDate>Sat, 30 Jan 2010 20:15:49 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://improvefirefox.com/customize-firefox-gui/comment-page-1/#comment-105</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 30 Jan 2010 13:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://improvefirefox.com/customize-firefox-gui/#comment-105</guid>
		<description>Thankyou very much !</description>
		<content:encoded><![CDATA[<p>Thankyou very much !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox and Google Toolbar, a Perfect Combination</title>
		<link>http://improvefirefox.com/customize-firefox-gui/comment-page-1/#comment-100</link>
		<dc:creator>Firefox and Google Toolbar, a Perfect Combination</dc:creator>
		<pubDate>Sat, 12 Sep 2009 23:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://improvefirefox.com/customize-firefox-gui/#comment-100</guid>
		<description>[...] Customizable - I can add extensions and plug-ins I need, and also change the themes whenever I want. I can even move and remove icons, make them tiny or big, and re-arrange my toolbars to my heart&#8217;s content. [...]</description>
		<content:encoded><![CDATA[<p>[...] Customizable &#8211; I can add extensions and plug-ins I need, and also change the themes whenever I want. I can even move and remove icons, make them tiny or big, and re-arrange my toolbars to my heart&#8217;s content. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun</title>
		<link>http://improvefirefox.com/customize-firefox-gui/comment-page-1/#comment-99</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Wed, 29 Jul 2009 18:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://improvefirefox.com/customize-firefox-gui/#comment-99</guid>
		<description>That was really helpful and fun too</description>
		<content:encoded><![CDATA[<p>That was really helpful and fun too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Zamozniewicz</title>
		<link>http://improvefirefox.com/customize-firefox-gui/comment-page-1/#comment-86</link>
		<dc:creator>Adam Zamozniewicz</dc:creator>
		<pubDate>Mon, 30 Mar 2009 17:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://improvefirefox.com/customize-firefox-gui/#comment-86</guid>
		<description>You&#039;re right, the main menu can be reordered with the &lt;em&gt;userChrome.css&lt;/em&gt;. You need to change the values of the property &lt;strong&gt;-moz-box-ordinal-group&lt;/strong&gt; - the entries with lower values are displayed first. The example should explain it, paste the code into the userChrome.css file and restart Firefox to see the result:
&lt;code&gt;
#bookmarks-menu { -moz-box-ordinal-group: 1 !important; }
#go-menu { -moz-box-ordinal-group: 2 !important; }
#file-menu { -moz-box-ordinal-group: 3 !important; }
#view-menu { -moz-box-ordinal-group: 4 !important; }
#tools-menu { -moz-box-ordinal-group: 5 !important; }
#help-menu { -moz-box-ordinal-group: 6 !important; }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, the main menu can be reordered with the <em>userChrome.css</em>. You need to change the values of the property <strong>-moz-box-ordinal-group</strong> &#8211; the entries with lower values are displayed first. The example should explain it, paste the code into the userChrome.css file and restart Firefox to see the result:<br />
<code><br />
#bookmarks-menu { -moz-box-ordinal-group: 1 !important; }<br />
#go-menu { -moz-box-ordinal-group: 2 !important; }<br />
#file-menu { -moz-box-ordinal-group: 3 !important; }<br />
#view-menu { -moz-box-ordinal-group: 4 !important; }<br />
#tools-menu { -moz-box-ordinal-group: 5 !important; }<br />
#help-menu { -moz-box-ordinal-group: 6 !important; }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mia Junk</title>
		<link>http://improvefirefox.com/customize-firefox-gui/comment-page-1/#comment-85</link>
		<dc:creator>Mia Junk</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://improvefirefox.com/customize-firefox-gui/#comment-85</guid>
		<description>This is excellent information and thanks for sharing. My challenge is to simply reorder the menu bar menu&#039;s i.e. File, Edit, View, History, Bookmarks, Tools and Help.

I have tried UI various tools but none seem geared to do this and the View /Toolbars /Customize /Settings option only allows you to hide the menus in the Menu Bar not to change the order of the menus as I would like to do.

I think this may only be possible  through editing the userChrome.css but I&#039;m not currently up to speed on the details of how to modify it to achieve what I want to do. It frustrates me that for all FF&#039;s customization capabilities that this simple task cannot be achieved easily.</description>
		<content:encoded><![CDATA[<p>This is excellent information and thanks for sharing. My challenge is to simply reorder the menu bar menu&#8217;s i.e. File, Edit, View, History, Bookmarks, Tools and Help.</p>
<p>I have tried UI various tools but none seem geared to do this and the View /Toolbars /Customize /Settings option only allows you to hide the menus in the Menu Bar not to change the order of the menus as I would like to do.</p>
<p>I think this may only be possible  through editing the userChrome.css but I&#8217;m not currently up to speed on the details of how to modify it to achieve what I want to do. It frustrates me that for all FF&#8217;s customization capabilities that this simple task cannot be achieved easily.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
