<?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: Link Width in FireFox @lt;a href width</title>
	<atom:link href="http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/</link>
	<description>Geiger, you don't know me! (Yet)</description>
	<lastBuildDate>Mon, 07 Nov 2011 00:04:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: farerase</title>
		<link>http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/comment-page-1/#comment-100322</link>
		<dc:creator>farerase</dc:creator>
		<pubDate>Fri, 21 Aug 2009 04:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/#comment-100322</guid>
		<description>Hey! Muchas gracias!</description>
		<content:encoded><![CDATA[<p>Hey! Muchas gracias!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/comment-page-1/#comment-93505</link>
		<dc:creator>name</dc:creator>
		<pubDate>Sun, 14 Jun 2009 20:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/#comment-93505</guid>
		<description>Great site. Keep doing.,</description>
		<content:encoded><![CDATA[<p>Great site. Keep doing.,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnkxWwz</title>
		<link>http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/comment-page-1/#comment-52826</link>
		<dc:creator>mnkxWwz</dc:creator>
		<pubDate>Wed, 28 May 2008 21:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/#comment-52826</guid>
		<description>&lt;a&gt;horn herbal viagra&lt;/a&gt; &lt;a&gt;herbal viagra woman&lt;/a&gt; &lt;a&gt;herbal viagra ingredients&lt;/a&gt; &lt;a&gt;herbal viagra canada&lt;/a&gt; &lt;a&gt;herbal viagra affiliate program&lt;/a&gt; &lt;a&gt;herbal online online viagra viagra viagra viagra viagradrugs.net&lt;/a&gt; &lt;a&gt;herbal lotion natural viagra&lt;/a&gt; &lt;a&gt;herbal herbal pill sale viagra viagra viagradrugs.net&lt;/a&gt; &lt;a&gt;hebal viagra&lt;/a&gt; &lt;a&gt;gsc 100 viagra&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a>horn herbal viagra</a> <a>herbal viagra woman</a> <a>herbal viagra ingredients</a> <a>herbal viagra canada</a> <a>herbal viagra affiliate program</a> <a>herbal online online viagra viagra viagra viagra viagradrugs.net</a> <a>herbal lotion natural viagra</a> <a>herbal herbal pill sale viagra viagra viagradrugs.net</a> <a>hebal viagra</a> <a>gsc 100 viagra</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christy</title>
		<link>http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/comment-page-1/#comment-49885</link>
		<dc:creator>Christy</dc:creator>
		<pubDate>Fri, 11 Apr 2008 06:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/#comment-49885</guid>
		<description>Do you really think this is new thing? Your blog is really good to me, I read it to get useful info, but sometimes I&#039;m bored to tears.</description>
		<content:encoded><![CDATA[<p>Do you really think this is new thing? Your blog is really good to me, I read it to get useful info, but sometimes I&#8217;m bored to tears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corey</title>
		<link>http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/comment-page-1/#comment-16167</link>
		<dc:creator>corey</dc:creator>
		<pubDate>Tue, 08 May 2007 17:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2006/11/08/link-width-in-firefox/#comment-16167</guid>
		<description>Hey I found you while doing a search for &quot;link width firefox&quot;. I have just wrestled with the same problem, setting the width property on a link tag in FF. Here&#039;s how I got it to work on a document with no doc type....

a.navLink{ float: left; font: 15pt/22pt arial; font-weight: bold;  margin: 0px 0px 0px 8px; width: 130px; border: 1px solid #768193; background-color: #FFFFFF; text-align: center; text-decoration: none; }
a.navLink:visited{ text-decoration: none; }
a.navLink:active{ text-decoration: none; }

Using the float property seems to achieve the display: block effect you&#039;re looking for. Without the float: left, the links&#039; widths are defined by the length of the text. With the float, they obey your defined width value.</description>
		<content:encoded><![CDATA[<p>Hey I found you while doing a search for &#8220;link width firefox&#8221;. I have just wrestled with the same problem, setting the width property on a link tag in FF. Here&#8217;s how I got it to work on a document with no doc type&#8230;.</p>
<p>a.navLink{ float: left; font: 15pt/22pt arial; font-weight: bold;  margin: 0px 0px 0px 8px; width: 130px; border: 1px solid #768193; background-color: #FFFFFF; text-align: center; text-decoration: none; }<br />
a.navLink:visited{ text-decoration: none; }<br />
a.navLink:active{ text-decoration: none; }</p>
<p>Using the float property seems to achieve the display: block effect you&#8217;re looking for. Without the float: left, the links&#8217; widths are defined by the length of the text. With the float, they obey your defined width value.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

