<?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: Rounded Corners are cool in SharePoint, apparently</title>
	<atom:link href="http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Fri,  5 Mar 2010 23:09:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pascal</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-5872</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-5872</guid>
		<description>You can also display the down arrow in a bit of white space on the right side of the tab. For this to work you need to get to the table cell that contains the down arrow image.
This should be the second TD in the row. Then set the background image of that table cell to a transparent image (in my case a 1x1 pixel gif):

.ms-topnav tr td:first-child + td
{
  background: url(&#039;/_LAYOUTS/images/akzo/bg_downarrow_transp.gif&#039;) repeat transparent;
}

What you can also do is move the down arrow into the actual tab where you&#039;d like it to be, by changing the image&#039;s position, something like:

.ms-topnav tr td img{
  position:relative;
  left:-15px;
}

Unfortunately that still leaves you with some white space next to the tab; probably because that TD still reserves the space needed for the image. Haven&#039;t been able to solve that yet - any suggestions are very welcome.</description>
		<content:encoded><![CDATA[<p>You can also display the down arrow in a bit of white space on the right side of the tab. For this to work you need to get to the table cell that contains the down arrow image.<br />
This should be the second TD in the row. Then set the background image of that table cell to a transparent image (in my case a 1&#215;1 pixel gif):</p>
<p>.ms-topnav tr td:first-child + td<br />
{<br />
  background: url(&#8216;/_LAYOUTS/images/akzo/bg_downarrow_transp.gif&#8217;) repeat transparent;<br />
}</p>
<p>What you can also do is move the down arrow into the actual tab where you&#8217;d like it to be, by changing the image&#8217;s position, something like:</p>
<p>.ms-topnav tr td img{<br />
  position:relative;<br />
  left:-15px;<br />
}</p>
<p>Unfortunately that still leaves you with some white space next to the tab; probably because that TD still reserves the space needed for the image. Haven&#8217;t been able to solve that yet &#8211; any suggestions are very welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Blenkiron</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-5784</link>
		<dc:creator>Kirk Blenkiron</dc:creator>
		<pubDate>Mon, 20 Jul 2009 05:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-5784</guid>
		<description>Piotr, that&#039;s a much nicer solution that works nicely. Thanks for sharing.

Some interesting insights to the rounded corner Andy, very interesting post.</description>
		<content:encoded><![CDATA[<p>Piotr, that&#8217;s a much nicer solution that works nicely. Thanks for sharing.</p>
<p>Some interesting insights to the rounded corner Andy, very interesting post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-5674</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-5674</guid>
		<description>Ooo, that&#039;s a good idea. I must give that a go. Thanks! :)</description>
		<content:encoded><![CDATA[<p>Ooo, that&#8217;s a good idea. I must give that a go. Thanks! <img src='http://www.novolocus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Olczak</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-5673</link>
		<dc:creator>Piotr Olczak</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-5673</guid>
		<description>.ms-topnav tr td img{
visibility:hidden;
width:0px;
}

This will fix the problem with dynamic level menu. You can still use it but you don&#039;t see those added table cells, works fine in ie7.</description>
		<content:encoded><![CDATA[<p>.ms-topnav tr td img{<br />
visibility:hidden;<br />
width:0px;<br />
}</p>
<p>This will fix the problem with dynamic level menu. You can still use it but you don&#8217;t see those added table cells, works fine in ie7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-4915</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 20 Jan 2009 11:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-4915</guid>
		<description>Create a site with a top navigation containing a drop down list. Then use something to view the table with - the IE Developers Toolbar is idea. As you dig through the page, you&#039;ll see that the navigation text and the &#039;drop arrow&#039; are in two different table cells.</description>
		<content:encoded><![CDATA[<p>Create a site with a top navigation containing a drop down list. Then use something to view the table with &#8211; the IE Developers Toolbar is idea. As you dig through the page, you&#8217;ll see that the navigation text and the &#8216;drop arrow&#8217; are in two different table cells.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Gudites</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-4914</link>
		<dc:creator>Matt Gudites</dc:creator>
		<pubDate>Tue, 20 Jan 2009 01:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-4914</guid>
		<description>You mention:

&quot;Why this couldn’t all be one table cell (or even better, not a table cell) mystifies me. To get around this, I turned off the dynamic levels on the top navigation (by editting the asp:menu control on the master page)&quot;

I don&#039;t see this control and I don&#039;t know what to add/subtract?</description>
		<content:encoded><![CDATA[<p>You mention:</p>
<p>&#8220;Why this couldn’t all be one table cell (or even better, not a table cell) mystifies me. To get around this, I turned off the dynamic levels on the top navigation (by editting the asp:menu control on the master page)&#8221;</p>
<p>I don&#8217;t see this control and I don&#8217;t know what to add/subtract?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: novolocus.com &#187; What&#8217;s up with the awful code in Meeting Workspaces?</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-3108</link>
		<dc:creator>novolocus.com &#187; What&#8217;s up with the awful code in Meeting Workspaces?</dc:creator>
		<pubDate>Thu, 23 Oct 2008 12:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-3108</guid>
		<description>[...] lots of nice rounded corners, but you can see that the meeting workspace tabs are currently unstyled. I decided I&#8217;d try to [...]</description>
		<content:encoded><![CDATA[<p>[...] lots of nice rounded corners, but you can see that the meeting workspace tabs are currently unstyled. I decided I&#8217;d try to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: novolocus.com &#187; Updating the Navigation Settings in a Publishing Site</title>
		<link>http://www.novolocus.com/2008/10/09/rounded-corners-are-cool-in-sharepoint-apparently/comment-page-1/#comment-3065</link>
		<dc:creator>novolocus.com &#187; Updating the Navigation Settings in a Publishing Site</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=824#comment-3065</guid>
		<description>[...] of the brand is that the tabs have rounded corners, and these don&#8217;t work very well with the dynamic drop down menus. You can turn this off in [...]</description>
		<content:encoded><![CDATA[<p>[...] of the brand is that the tabs have rounded corners, and these don&#8217;t work very well with the dynamic drop down menus. You can turn this off in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
