﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Felix Woo &#187; 菜单</title>
	<atom:link href="http://www.felixwoo.com/tag/menu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.felixwoo.com</link>
	<description>世界因我存在</description>
	<lastBuildDate>Thu, 10 Nov 2011 11:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ASP.net Menu控件在Google Chrome和Safari浏览器下显示错位的解决办法</title>
		<link>http://www.felixwoo.com/archives/429</link>
		<comments>http://www.felixwoo.com/archives/429#comments</comments>
		<pubDate>Mon, 02 Mar 2009 05:30:26 +0000</pubDate>
		<dc:creator>Felix</dc:creator>
				<category><![CDATA[开发技术]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[webkit]]></category>
		<category><![CDATA[菜单]]></category>

		<guid isPermaLink="false">http://www.felixwoo.com/?p=429</guid>
		<description><![CDATA[在ASP.NET网站项目中添加Others.browser内容如下： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 &#60;browsers&#62; &#60;browser id=&#34;Safari3&#34; parentID=&#34;Safari1Plus&#34;&#62; &#60;identification&#62; &#60;useragent match=&#34;Safari/\d+\.\d+&#34; /&#62; &#60;/identification&#62; &#60;capture&#62; &#60;useragent match=&#34;Version/(?'version'\d+\.\d+)&#34; /&#62; &#60;/capture&#62; &#60;capabilities&#62; &#60;capability name=&#34;browser&#34; value=&#34;Safari3&#34; /&#62; &#60;capability name=&#34;version&#34; value=&#34;${version}&#34; /&#62; &#60;/capabilities&#62; &#60;controladapters&#62; &#60;adapter controlType=&#34;System.Web.UI.WebControls.Menu&#34; adapterType=&#34;&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>在ASP.NET网站项目中添加Others.browser内容如下：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;browsers<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;browser</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;Safari3&quot;</span> <span style="color: #000066;">parentID</span>=<span style="color: #ff0000;">&quot;Safari1Plus&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;identification<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;useragent</span> <span style="color: #000066;">match</span>=<span style="color: #ff0000;">&quot;Safari/\d+\.\d+&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/identification<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;capture<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;useragent</span> <span style="color: #000066;">match</span>=<span style="color: #ff0000;">&quot;Version/(?'version'\d+\.\d+)&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/capture<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;capabilities<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;capability</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;browser&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;Safari3&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;capability</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;version&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${version}&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/capabilities<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;controladapters<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;adapter</span> <span style="color: #000066;">controlType</span>=<span style="color: #ff0000;">&quot;System.Web.UI.WebControls.Menu&quot;</span></span>
<span style="color: #009900;">                     <span style="color: #000066;">adapterType</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/controladapters<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/browser<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;browser</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;GoogleChrome&quot;</span> <span style="color: #000066;">parentID</span>=<span style="color: #ff0000;">&quot;Safari3&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;identification<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;useragent</span> <span style="color: #000066;">match</span>=<span style="color: #ff0000;">&quot;Chrome/(?'version'\d+\.\d+)&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/identification<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;capabilities<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;capability</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;browser&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;Googlebot&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/capabilities<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/browser<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/browsers<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.felixwoo.com/archives/429/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

