<?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: Borders on Spry Menus</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/spry-menus-borders.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com/dreamweaver/spry-menus-borders.php</link>
	<description>Adobe Dreamweaver Tips, Tricks and Tutorials</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:34:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jcook</title>
		<link>http://www.dwcourse.com/dreamweaver/spry-menus-borders.php#comment-432</link>
		<dc:creator>jcook</dc:creator>
		<pubDate>Fri, 05 Jun 2009 20:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://dwcourse.com/?p=299#comment-432</guid>
		<description>Jody,

Thanks, that&#039;s a good solution for Dreamweaver&#039;s vertical Spry menus.</description>
		<content:encoded><![CDATA[<p>Jody,</p>
<p>Thanks, that&#8217;s a good solution for Dreamweaver&#8217;s vertical Spry menus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jody</title>
		<link>http://www.dwcourse.com/dreamweaver/spry-menus-borders.php#comment-430</link>
		<dc:creator>Jody</dc:creator>
		<pubDate>Fri, 05 Jun 2009 19:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://dwcourse.com/?p=299#comment-430</guid>
		<description>Another option for doing this would be to place a 1px border on the ul,
and a 1px bottom border to each li.

You would then still need a special class to remove the bottom border from the last li item

ul {width:???px; border:1px solid #000;}
li {border-bottom:1px solid #f00;}
li.last {border:none;}


&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;First line&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Second line&lt;/li&gt;&lt;br /&gt;
&lt;li class=&quot;last&quot;&gt;Third Line&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Another option for doing this would be to place a 1px border on the ul,<br />
and a 1px bottom border to each li.</p>
<p>You would then still need a special class to remove the bottom border from the last li item</p>
<p>ul {width:???px; border:1px solid #000;}<br />
li {border-bottom:1px solid #f00;}<br />
li.last {border:none;}</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;First line&lt;/li&gt;<br />
&lt;li&gt;Second line&lt;/li&gt;<br />
&lt;li class=&quot;last&quot;&gt;Third Line&lt;/li&gt;<br />
&lt;/ul&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
