<?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 for Our SharePoint Experience</title>
	<atom:link href="http://blog.sharepointexperience.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sharepointexperience.com</link>
	<description>Dustin Miller and Heather Solomon from SharePoint Experts</description>
	<lastBuildDate>Mon, 13 May 2013 16:48:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on CSS Challenge Response: Simple styles for SharePoint list by Heather Solomon</title>
		<link>http://blog.sharepointexperience.com/2012/05/simple-styles-sharepoint-list/#comment-1850</link>
		<dc:creator>Heather Solomon</dc:creator>
		<pubDate>Mon, 13 May 2013 16:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=1885#comment-1850</guid>
		<description><![CDATA[Oh nevermind I see you sent in a message already!  Thanks, I will reply.]]></description>
		<content:encoded><![CDATA[<p>Oh nevermind I see you sent in a message already!  Thanks, I will reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Challenge Response: Simple styles for SharePoint list by Heather Solomon</title>
		<link>http://blog.sharepointexperience.com/2012/05/simple-styles-sharepoint-list/#comment-1849</link>
		<dc:creator>Heather Solomon</dc:creator>
		<pubDate>Mon, 13 May 2013 15:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=1885#comment-1849</guid>
		<description><![CDATA[I am happy to help you debug it but I need to see your source code or something similar to start to understand what may be wrong.  You can submit a screenshot or a text file using this form:  http://blog.sharepointexperience.com/csschallenge/]]></description>
		<content:encoded><![CDATA[<p>I am happy to help you debug it but I need to see your source code or something similar to start to understand what may be wrong.  You can submit a screenshot or a text file using this form:  <a href="http://blog.sharepointexperience.com/csschallenge/" rel="nofollow">http://blog.sharepointexperience.com/csschallenge/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menu for SharePoint &#8211; Part 3 of 3 by KbWorks</title>
		<link>http://blog.sharepointexperience.com/2013/05/mega-menu-for-sharepoint-part-3-of-3/#comment-2094</link>
		<dc:creator>KbWorks</dc:creator>
		<pubDate>Mon, 13 May 2013 02:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=2380#comment-2094</guid>
		<description><![CDATA[Mega Menu for SharePoint - Part 3 of 3Our SharePoint Experience http://t.co/C047f67lHm]]></description>
		<content:encoded><![CDATA[<p>Mega Menu for SharePoint &#8211; Part 3 of 3Our SharePoint Experience <a href="http://t.co/C047f67lHm" rel="nofollow">http://t.co/C047f67lHm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menu for SharePoint &#8211; Part 2 of 3 by KbWorks</title>
		<link>http://blog.sharepointexperience.com/2013/05/mega-menu-for-sharepoint-part-2/#comment-2092</link>
		<dc:creator>KbWorks</dc:creator>
		<pubDate>Sun, 12 May 2013 23:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=2366#comment-2092</guid>
		<description><![CDATA[Mega Menus for SharePoint - Part 2 of 3Our SharePoint Experience http://t.co/GspfIKXos0]]></description>
		<content:encoded><![CDATA[<p>Mega Menus for SharePoint &#8211; Part 2 of 3Our SharePoint Experience <a href="http://t.co/GspfIKXos0" rel="nofollow">http://t.co/GspfIKXos0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menu for SharePoint &#8211; Part 1 of 3 by KbWorks</title>
		<link>http://blog.sharepointexperience.com/2013/05/mega-menu-for-sharepoint-part-1/#comment-2088</link>
		<dc:creator>KbWorks</dc:creator>
		<pubDate>Sun, 12 May 2013 22:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=2360#comment-2088</guid>
		<description><![CDATA[Mega Menu for SharePoint - Part 1 of 3Our SharePoint Experience http://t.co/3a4B0SKUKm]]></description>
		<content:encoded><![CDATA[<p>Mega Menu for SharePoint &#8211; Part 1 of 3Our SharePoint Experience <a href="http://t.co/3a4B0SKUKm" rel="nofollow">http://t.co/3a4B0SKUKm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Challenge Response: Simple styles for SharePoint list by Joe Mezzo</title>
		<link>http://blog.sharepointexperience.com/2012/05/simple-styles-sharepoint-list/#comment-1848</link>
		<dc:creator>Joe Mezzo</dc:creator>
		<pubDate>Fri, 10 May 2013 18:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=1885#comment-1848</guid>
		<description><![CDATA[This code does not seem to produce the colors indicated. Did I miss something:
 
 /* ---------- Table Rows ----------*/

	/* Set background for every row */
		.ms-listviewtable &gt; tbody &gt; tr {
			background: white;
		}

	/* Set border for every row */
		.ms-listviewtable &gt; tbody &gt; tr td{
			border-bottom: 1px solid #AFAFAF !important; /* !important needed over override SharePoint inline style */
		}

	/* Set background for every alternating row */
		.ms-listviewtable &gt; tbody &gt; tr.ms-alternating {
			background: #E2E3E5;
		}

/* ---------- Table Header Row ----------*/

	/* Remove background set in SharePoint&#039;s general data table style */
		.ms-listviewtable tr.ms-viewheadertr {
			background: transparent;
		}

	/* Modify background color */
		tr.ms-viewheadertr &gt; th.ms-vh-icon, /* Input box and attachment icon */
		tr.ms-viewheadertr &gt; th.ms-vh, /* Text */
		tr.ms-viewheadertr &gt; th.ms-vh2 /* Text */ {
			background: #2E4C70;
		}

	/* Modify background color on hover */
		tr.ms-viewheadertr &gt; th.ms-vh:hover,
		tr.ms-viewheadertr &gt; th.ms-vh2:hover {
		            background-color: #273C51;
		            border-color: #273C51;
       		}

	/* Modify font color */
		.ms-viewheadertr a,
		.ms-viewheadertr div {
			color: white;
		}

	/* Modify font color on hover */
		.ms-viewheadertr a:hover,
		.ms-viewheadertr div:hover {
			color: white;
		}

/*
SharePoint Experts, Inc.
sharepointexperience.com
*/
]]></description>
		<content:encoded><![CDATA[<p>This code does not seem to produce the colors indicated. Did I miss something:</p>
<p> /* &#8212;&#8212;&#8212;- Table Rows &#8212;&#8212;&#8212;-*/</p>
<p>	/* Set background for every row */<br />
		.ms-listviewtable &gt; tbody &gt; tr {<br />
			background: white;<br />
		}</p>
<p>	/* Set border for every row */<br />
		.ms-listviewtable &gt; tbody &gt; tr td{<br />
			border-bottom: 1px solid #AFAFAF !important; /* !important needed over override SharePoint inline style */<br />
		}</p>
<p>	/* Set background for every alternating row */<br />
		.ms-listviewtable &gt; tbody &gt; tr.ms-alternating {<br />
			background: #E2E3E5;<br />
		}</p>
<p>/* &#8212;&#8212;&#8212;- Table Header Row &#8212;&#8212;&#8212;-*/</p>
<p>	/* Remove background set in SharePoint&#8217;s general data table style */<br />
		.ms-listviewtable tr.ms-viewheadertr {<br />
			background: transparent;<br />
		}</p>
<p>	/* Modify background color */<br />
		tr.ms-viewheadertr &gt; th.ms-vh-icon, /* Input box and attachment icon */<br />
		tr.ms-viewheadertr &gt; th.ms-vh, /* Text */<br />
		tr.ms-viewheadertr &gt; th.ms-vh2 /* Text */ {<br />
			background: #2E4C70;<br />
		}</p>
<p>	/* Modify background color on hover */<br />
		tr.ms-viewheadertr &gt; th.ms-vh:hover,<br />
		tr.ms-viewheadertr &gt; th.ms-vh2:hover {<br />
		            background-color: #273C51;<br />
		            border-color: #273C51;<br />
       		}</p>
<p>	/* Modify font color */<br />
		.ms-viewheadertr a,<br />
		.ms-viewheadertr div {<br />
			color: white;<br />
		}</p>
<p>	/* Modify font color on hover */<br />
		.ms-viewheadertr a:hover,<br />
		.ms-viewheadertr div:hover {<br />
			color: white;<br />
		}</p>
<p>/*<br />
SharePoint Experts, Inc.<br />
sharepointexperience.com<br />
*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sublime Text Rocks by Heather Solomon</title>
		<link>http://blog.sharepointexperience.com/2012/12/sublime-text/#comment-2060</link>
		<dc:creator>Heather Solomon</dc:creator>
		<pubDate>Thu, 09 May 2013 20:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=2282#comment-2060</guid>
		<description><![CDATA[Sorry to hear about your troubles.  We are actually using WordPress!]]></description>
		<content:encoded><![CDATA[<p>Sorry to hear about your troubles.  We are actually using WordPress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menu for SharePoint &#8211; Part 1 of 3 by Mega Menu for SharePoint - Part 3 of 3Our SharePoint Experience</title>
		<link>http://blog.sharepointexperience.com/2013/05/mega-menu-for-sharepoint-part-1/#comment-2086</link>
		<dc:creator>Mega Menu for SharePoint - Part 3 of 3Our SharePoint Experience</dc:creator>
		<pubDate>Thu, 09 May 2013 20:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=2360#comment-2086</guid>
		<description><![CDATA[[...] styled and functional mega menu for use on your SharePoint sites. The first post explored the HTML markup and CSS needed for navigation, organized into an unordered list. The follow-up post walked through the use [...]]]></description>
		<content:encoded><![CDATA[<p>[...] styled and functional mega menu for use on your SharePoint sites. The first post explored the HTML markup and CSS needed for navigation, organized into an unordered list. The follow-up post walked through the use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menu for SharePoint &#8211; Part 3 of 3 by Mega Menus for SharePoint - Part 2 of 3Our SharePoint Experience</title>
		<link>http://blog.sharepointexperience.com/2013/05/mega-menu-for-sharepoint-part-3-of-3/#comment-2093</link>
		<dc:creator>Mega Menus for SharePoint - Part 2 of 3Our SharePoint Experience</dc:creator>
		<pubDate>Thu, 09 May 2013 20:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=2380#comment-2093</guid>
		<description><![CDATA[[...] how to use this XSL, how it works, and how to get this mega menu into the master page. So check out part 3 for [...]]]></description>
		<content:encoded><![CDATA[<p>[...] how to use this XSL, how it works, and how to get this mega menu into the master page. So check out part 3 for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menu for SharePoint &#8211; Part 1 of 3 by Mega Menus for SharePoint - Part 2 of 3Our SharePoint Experience</title>
		<link>http://blog.sharepointexperience.com/2013/05/mega-menu-for-sharepoint-part-1/#comment-2085</link>
		<dc:creator>Mega Menus for SharePoint - Part 2 of 3Our SharePoint Experience</dc:creator>
		<pubDate>Thu, 09 May 2013 20:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharepointexperience.com/?p=2360#comment-2085</guid>
		<description><![CDATA[[...] a powerful, styled and functional mega menu for use on your SharePoint sites. After creating the HTML markup and the CSS to meet the functional requirements, it is time to take a look at the importance of taxonomy in [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a powerful, styled and functional mega menu for use on your SharePoint sites. After creating the HTML markup and the CSS to meet the functional requirements, it is time to take a look at the importance of taxonomy in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
