<?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: WordPress customization</title>
	<atom:link href="http://www.gbmini.net/wp/2006/12/wordpress_customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/</link>
	<description>Life with MINIs (and other cars!)</description>
	<lastBuildDate>Thu, 17 Nov 2011 02:33:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: blalor</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4384</link>
		<dc:creator>blalor</dc:creator>
		<pubDate>Sun, 31 Dec 2006 20:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4384</guid>
		<description>Nice work, boys.  I&#039;d just like to point out that JavaScript != Java.  A little detail, but there you go. ;)</description>
		<content:encoded><![CDATA[<p>Nice work, boys.  I&#8217;d just like to point out that JavaScript != Java.  A little detail, but there you go. <img src='http://www.gbmini.net/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GBMINI</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4381</link>
		<dc:creator>GBMINI</dc:creator>
		<pubDate>Thu, 28 Dec 2006 01:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4381</guid>
		<description>That&#039;s just MAGICAL Jason - I altered admin.css to read:
#categorychecklist { MARGIN-RIGHT: 6px; overflow:visible!important; }
and now the local file copy does just what I want - BRILLIANT!
Now to modify the web server file to get the same effect :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s just MAGICAL Jason &#8211; I altered admin.css to read:<br />
#categorychecklist { MARGIN-RIGHT: 6px; overflow:visible!important; }<br />
and now the local file copy does just what I want &#8211; BRILLIANT!<br />
Now to modify the web server file to get the same effect <img src='http://www.gbmini.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snid</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4379</link>
		<dc:creator>snid</dc:creator>
		<pubDate>Thu, 28 Dec 2006 00:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4379</guid>
		<description>ignore all that.

Most likely, adding the following to one of the css files will work:

div.categorychecklist{
overflow:visible!important;
}

will do the trick.</description>
		<content:encoded><![CDATA[<p>ignore all that.</p>
<p>Most likely, adding the following to one of the css files will work:</p>
<p>div.categorychecklist{<br />
overflow:visible!important;<br />
}</p>
<p>will do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snid</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4378</link>
		<dc:creator>snid</dc:creator>
		<pubDate>Thu, 28 Dec 2006 00:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4378</guid>
		<description>Ooops, I guess you&#039;re talking about the editing page, not the one I see when looking at your site.  So, I cannot tell you what&#039;s going on....

Install firebug in firefox, restart firefox.  Load up the page and open the firebug panel (click the green checkmark / red x in the lower right of the firefox window if firebug isn&#039;t open).

Click inspect, then click on the &quot;container&quot; that has the scrollbar - there&#039;s a handy blue outline to show you what you&#039;re inspecting.  If you miss, you can select a new thing in the firebug panel by clicking on the HTML source.

Once you have the right thing selected, click on the &quot;style&quot; tab in firebug.  Then, in the &quot;Options&quot; drop down in firebug, check &quot;show all styles&quot;.  Then scroll around looking for something that sets the height for that container.  Then, change the height, or remove the height declaration altogether.</description>
		<content:encoded><![CDATA[<p>Ooops, I guess you&#8217;re talking about the editing page, not the one I see when looking at your site.  So, I cannot tell you what&#8217;s going on&#8230;.</p>
<p>Install firebug in firefox, restart firefox.  Load up the page and open the firebug panel (click the green checkmark / red x in the lower right of the firefox window if firebug isn&#8217;t open).</p>
<p>Click inspect, then click on the &#8220;container&#8221; that has the scrollbar &#8211; there&#8217;s a handy blue outline to show you what you&#8217;re inspecting.  If you miss, you can select a new thing in the firebug panel by clicking on the HTML source.</p>
<p>Once you have the right thing selected, click on the &#8220;style&#8221; tab in firebug.  Then, in the &#8220;Options&#8221; drop down in firebug, check &#8220;show all styles&#8221;.  Then scroll around looking for something that sets the height for that container.  Then, change the height, or remove the height declaration altogether.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snid</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4377</link>
		<dc:creator>snid</dc:creator>
		<pubDate>Wed, 27 Dec 2006 23:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4377</guid>
		<description>Ian,

I do this stuff for a living, so if you&#039;re really stuck, let me know and I&#039;ll fix it.

As for something that will tell you what CSS rule is doing what, if you want to get geeky, use Firefox and install an extension called &quot;Firebug&quot;.  http://www.getfirebug.com/

It has an inspector where you can click on something on the page and see some details about it.  There&#039;s a CSS view, and it will show you what rules are being applied to the element, and what CSS / HTML file they are coming from.  But, it gets pretty geeky.

Hang on, I&#039;ll fire up firefox and tell you...</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>I do this stuff for a living, so if you&#8217;re really stuck, let me know and I&#8217;ll fix it.</p>
<p>As for something that will tell you what CSS rule is doing what, if you want to get geeky, use Firefox and install an extension called &#8220;Firebug&#8221;.  <a href="http://www.getfirebug.com/" rel="nofollow">http://www.getfirebug.com/</a></p>
<p>It has an inspector where you can click on something on the page and see some details about it.  There&#8217;s a CSS view, and it will show you what rules are being applied to the element, and what CSS / HTML file they are coming from.  But, it gets pretty geeky.</p>
<p>Hang on, I&#8217;ll fire up firefox and tell you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: db</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4376</link>
		<dc:creator>db</dc:creator>
		<pubDate>Wed, 27 Dec 2006 15:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4376</guid>
		<description>Or you could try &lt;a href=&quot;http://www.newsgator.com/NGOLProduct.aspx?ProdID=TopStyle&quot; rel=&quot;nofollow&quot;&gt;TopStyle&lt;/a&gt;.  Problem is that it&#039;s spendy and doesn&#039;t really do what you are looking for, although it is a fantastic code editor.  Whatever you do, stay away from TopStyle Lite.  It&#039;s UI does some of the weirdest stuff I have ever seen.

I need a mac so I can use Safari.  I think I like your excuse better ;)</description>
		<content:encoded><![CDATA[<p>Or you could try <a href="http://www.newsgator.com/NGOLProduct.aspx?ProdID=TopStyle" rel="nofollow">TopStyle</a>.  Problem is that it&#8217;s spendy and doesn&#8217;t really do what you are looking for, although it is a fantastic code editor.  Whatever you do, stay away from TopStyle Lite.  It&#8217;s UI does some of the weirdest stuff I have ever seen.</p>
<p>I need a mac so I can use Safari.  I think I like your excuse better <img src='http://www.gbmini.net/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GBMINI</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4375</link>
		<dc:creator>GBMINI</dc:creator>
		<pubDate>Wed, 27 Dec 2006 13:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4375</guid>
		<description>Thanks guys ...

Maybe I &lt;a href=&quot;http://culturedcode.com/xyle/index.html&quot; rel=&quot;nofollow&quot;&gt;need to buy a Mac and use Xyle&lt;/a&gt;!</description>
		<content:encoded><![CDATA[<p>Thanks guys &#8230;</p>
<p>Maybe I <a href="http://culturedcode.com/xyle/index.html" rel="nofollow">need to buy a Mac and use Xyle</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: db</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4374</link>
		<dc:creator>db</dc:creator>
		<pubDate>Wed, 27 Dec 2006 07:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4374</guid>
		<description>Oh yea, I&#039;m &lt;em&gt;told&lt;/em&gt; that the latest dreamweaver helps with css.  The last time I used it tho I had to spend over 10 hours fixing all the ugly code it created.  Ick.</description>
		<content:encoded><![CDATA[<p>Oh yea, I&#8217;m <em>told</em> that the latest dreamweaver helps with css.  The last time I used it tho I had to spend over 10 hours fixing all the ugly code it created.  Ick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: db</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4373</link>
		<dc:creator>db</dc:creator>
		<pubDate>Wed, 27 Dec 2006 07:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4373</guid>
		<description>I think this is in the js for the admin page.  I tried changing every div in wp-admin.css and nothing worked.

the post page calls the following...

/wp-includes/js/fat.js
/wp-includes/js/tw-sack.js
/wp-includes/js/dbx.js

I think dbx.js is going to be your best bet.  I looked in there buy my editor couldn&#039;t make heads or tails of it.  Perhaps you&#039;ll have better luck.</description>
		<content:encoded><![CDATA[<p>I think this is in the js for the admin page.  I tried changing every div in wp-admin.css and nothing worked.</p>
<p>the post page calls the following&#8230;</p>
<p>/wp-includes/js/fat.js<br />
/wp-includes/js/tw-sack.js<br />
/wp-includes/js/dbx.js</p>
<p>I think dbx.js is going to be your best bet.  I looked in there buy my editor couldn&#8217;t make heads or tails of it.  Perhaps you&#8217;ll have better luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Hall</title>
		<link>http://www.gbmini.net/wp/2006/12/wordpress_customization/comment-page-1/#comment-4372</link>
		<dc:creator>Rich Hall</dc:creator>
		<pubDate>Wed, 27 Dec 2006 01:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gbmini.net/wp/2006/12/wordpress_customization/#comment-4372</guid>
		<description>Ian,

You can always send me the css and I could take a look. CSS is very easy... in fact, once you know it you will really appreciate it.

Send it my way if you like. :)</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>You can always send me the css and I could take a look. CSS is very easy&#8230; in fact, once you know it you will really appreciate it.</p>
<p>Send it my way if you like. <img src='http://www.gbmini.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

