<?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>86&#039;s world &#187; 浏览器</title>
	<atom:link href="http://blog.syx86.com/tag/%e6%b5%8f%e8%a7%88%e5%99%a8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.syx86.com</link>
	<description>My world, my dream.</description>
	<lastBuildDate>Mon, 23 Jan 2012 07:32:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>www2.seu.edu.cn UI设计分析</title>
		<link>http://blog.syx86.com/2008/03/newpageofseu/</link>
		<comments>http://blog.syx86.com/2008/03/newpageofseu/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 07:13:31 +0000</pubDate>
		<dc:creator>syx86</dc:creator>
				<category><![CDATA[东南大学]]></category>
		<category><![CDATA[所谓网络]]></category>
		<category><![CDATA[所谓设计]]></category>
		<category><![CDATA[闲言碎语]]></category>
		<category><![CDATA[86]]></category>
		<category><![CDATA[Banner]]></category>
		<category><![CDATA[BBS]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ICP]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[Multiple IE]]></category>
		<category><![CDATA[UE]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[布局]]></category>
		<category><![CDATA[搜索]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[统计]]></category>

		<guid isPermaLink="false">http://blog.syx86.com/?p=417</guid>
		<description><![CDATA[应xiaoxiao师兄到要求整理了一下上周五的”第二期网页设计交流会”中讨论到的与新版校首页相关的部分，外加了（很多&#8230;）自己的意见。 页面地址: http://www2.seu.edu.cn 浏览器环境: IE 7 / Firefox 2.0.0.12 / IE 6 (Multiple IE) 自上而下，Banner很简洁，但是感觉有些过于简洁（与下面的图相比）。其右侧的“旧版 &#124; English”(图中红圈内部份)使用了11px，导致”旧版”两个字出现锯齿，如增大至12px或使用PMingLiU字体来解决，English的链接也没有加。这一块的链接最好还是用文字代替图片，否则不利于搜索引擎的分析。 Banner下面的导航栏的链接顺序比旧版首页要好，最好在后台进行一下流量分析，进一步优化调整。按钮的设计上整体感觉不错，但是建议两个按钮相接部分的细节再处理一下，另外文字及其前面的箭头在按钮上不居中也应该修正。还有一个小问题，就是应该是”虎踞龙蟠BBS”。每个按钮下的下拉框的配色等最好能重新设计，与整体风格不是很搭配。 导航栏下方的图片中的中间那一点很有味道（虽然点歪了，也不够精细），右侧边缘的那1px似乎是处理失误。 中间部分在”东大新闻”的选项卡里，所有的文章标题在50%左右的位置做了截断，但其他三个选项卡内并没有相同的处理，应统一处理方式。同时，就目前文章标题长度来看，最长的标题仅占所处容器宽度的75%，右侧部分仍显得比较空，可以考虑加上新闻发布时间进行填充。 在新闻的部分的”more”之下还有大快的空白区域，不知道设计上的用意何在？ 其右侧的友情链接中图片的距离留白过大，在图片已经做过边框处理的情况下完全没有必要。而下方的下拉框及搜索的input的左侧应保持与上方图片相同的margin。另外，两个”搜索”按钮是一个比较明显的错误。 再往下，footer中还是”© 2006“，E-mail地址上最好还是加上mailto链接，后面的ICP备案也不符合信息产业部的要求。 页面整体上比旧版的一个明显不足就是在1024×768分辨率下不能显示所有内容，而第一屏之外基本没有任何有效信息。以我使用的Maxthon 2.0.8标准模式为例，第一屏的最后一行正好能显示最后一条新闻的一半，用户会习惯性的下滚但找看不到更多信息。如果能前两张图中的多余空白去掉，应该可以解决。 从代码上分析，有很多类似于&#60;style type=“text/css”&#62;&#60;!&#8211; &#8211;&#62;&#60;/style&#62;的冗余代码，整体上使用已经被淘汰的table布局方式导致冗余代码量的进一步增加，而&#60;head&#62;区的&#60;meta&#62;信息也很不完整。站内图片、css等文件引用上采用的都是绝对链接，这一点是否应该更改不好说，因为从链接上分析目录结构比较乱。另外，在&#60;/html&#62;之后还是用了一个iframe调用了一个统计文件（一开始还以为是被挂马了&#8230;）建议改用类似Google Analytics那样的js脚本形式放在&#60;/body&#62;之前。 评论：2008/03/11/, polun writes: 老大，眼光确实敏锐。2008/03/24/, 从www2.seu.edu.cn看的重要性 &#124; 86's world writes: [...]       大家可以先尝试一下用Google.com搜&#8221;www2.seu.edu.cn&#8221;，先是tchnorati.com抓取我BLOG上的那篇《www2.seu.edu.cn UI设计分析》，然后便是BLOG上的原文，第三位才是http://www2.seu.edu.cn。不过已经比上周搜的时候好多了，那时候搜&#8221;www2.seu.edu.cn&#8221;第一页末尾才是开始测试的通知，而这个站在搜索结果中根本看不到。而上周搜索“东南大学”的时候，排在第一位的则是新浪网关于动力楼火灾的报道（而且是有一点负面的那个版本）。如果现在搜索“东南大学 动力楼”排在第一位的则是JunChen的那篇《【纪实】东南大学动力楼·火灾》. [...]2008/06/22/, New Homepage of SEU &#124; 86's world writes: [...]       [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="从www2.seu.edu.cn看meta name=&quot;Keywords&quot;的重要性" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fmeta-is-important%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">从www2.seu.edu.cn看meta name=&quot;Keywords&quot;的重要性</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="New Homepage of SEU" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F06%2Fnew-homepage-of-seu%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604072.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">New Homepage of SEU</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="HTML+CSS" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2006%2F02%2Fhtmlcss%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">HTML+CSS</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="看完《Css禅意花园》" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F08%2Fcsszengarden%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9606063.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">看完《Css禅意花园》</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="syx86.cn" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F11%2Fsyx86cn%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604596.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">syx86.cn</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<div class="none"><g:plusone href="http://blog.syx86.com/2008/03/newpageofseu/" size="medium" count="true"></g:plusone></div><p>应xiaoxiao师兄到要求整理了一下上周五的”第二期网页设计交流会”中讨论到的与新版校首页相关的部分，外加了（很多&#8230;）自己的意见。</p>
<p>页面地址:  <a target="_self" title="东南大学新版校首页(未启用)" href="http://www2.seu.edu.cn">http://www2.seu.edu.cn</a></p>
<p>浏览器环境: IE 7 / Firefox 2.0.0.12 / IE 6 (<a href="http://blog.syx86.com/tag/multiple-ie/" class="st_tag internal_tag" rel="tag" title="标签 Multiple IE 下的日志">Multiple IE</a>)</p>
<p>自上而下，Banner很简洁，但是感觉有些过于简洁（与下面的图相比）。其右侧的“旧版 |<br />
English”(图中红圈内部份)使用了11px，导致”旧版”两个字出现锯齿，如增大至12px或使用PMingLiU字体来解决，English的链接也没有加。这一块的链接最好还是用文字代替图片，否则不利于搜索引擎的分析。</p>
<p style="text-align: center;"><a aiotarget="false" aiotitle="www2.seu.edu.cn上半部分" href="http://blog.syx86.com/2008/03/newpageofseu/head/" rel="attachment wp-att-418"><img src="http://blog.syx86.com/wp-content/uploads/2008/03/head.png" alt="www2.seu.edu.cn上半部分" class="align-center size-medium attachment wp-att-418" height="196" width="500" /></a></p>
<p>Banner下面的导航栏的链接顺序比旧版首页要好，最好在后台进行一下流量分析，进一步优化调整。按钮的设计上整体感觉不错，但是建议两个按钮相接部分的细节再处理一下，另外文字及其前面的箭头在按钮上不居中也应该修正。还有一个小问题，就是应该是”虎踞龙<span style="color: #ff6600;">蟠</span><a href="http://blog.syx86.com/tag/bbs/" class="st_tag internal_tag" rel="tag" title="标签 BBS 下的日志">BBS</a>”。每个按钮下的下拉框的配色等最好能重新设计，与整体风格不是很搭配。</p>
<p style="text-align: center;"><a href="http://blog.syx86.com/wp-content/uploads/2008/03/button.png"><img src="http://blog.syx86.com/wp-content/uploads/2008/03/button.png" alt="www2.seu.edu.cn导航栏按钮" title="www2.seu.edu.cn导航栏按钮" class="align-none size-full attachment wp-att-419" height="33" width="160" /></a></p>
<p>导航栏下方的图片中的中间那一点很有味道（虽然点歪了，也不够精细），右侧边缘的那1px似乎是处理失误。</p>
<p><a href="http://blog.syx86.com/wp-content/uploads/2008/03/toppic.png"></a></p>
<p style="text-align: center;"><img src="http://blog.syx86.com/wp-content/uploads/2008/03/toppic.png" title="toppic" class="align-center size-full attachment wp-att-420" height="196" width="141" /></p>
<p>中间部分在”东大新闻”的选项卡里，所有的文章标题在50%左右的位置做了截断，但其他三个选项卡内并没有相同的处理，应统一处理方式。同时，就目前文章标题长度来看，最长的标题仅占所处容器宽度的75%，右侧部分仍显得比较空，可以考虑加上新闻发布时间进行填充。</p>
<p>在新闻的部分的”more”之下还有大快的空白区域，不知道设计上的用意何在？</p>
<p><a href="http://blog.syx86.com/wp-content/uploads/2008/03/blank.png"></a></p>
<p style="text-align: center;"><img src="http://blog.syx86.com/wp-content/uploads/2008/03/blank.png" title="blank" class="align-center size-medium attachment wp-att-421" height="88" width="500" /></p>
<p>其右侧的友情链接中图片的距离留白过大，在图片已经做过边框处理的情况下完全没有必要。而下方的下拉框及搜索的input的左侧应保持与上方图片相同的margin。另外，两个”<a href="http://blog.syx86.com/tag/%e6%90%9c%e7%b4%a2/" class="st_tag internal_tag" rel="tag" title="标签 搜索 下的日志">搜索</a>”按钮是一个比较明显的错误。</p>
<p style="text-align: center;"><a href="http://blog.syx86.com/wp-content/uploads/2008/03/links_search.png"><img src="http://blog.syx86.com/wp-content/uploads/2008/03/links_search.png" title="links_search" class="align-right size-medium attachment wp-att-422" height="354" width="215" /></a></p>
<p>再往下，footer中还是”© 200<span style="color: #ff6600;">6</span>“，E-mail地址上最好还是加上mailto链接，后面的ICP备案也不符合信息产业部的要求。</p>
<p>页面整体上比旧版的一个明显不足就是在1024×768分辨率下不能显示所有内容，而第一屏之外基本没有任何有效信息。以我使用的Maxthon 2.0.8标准模式为例，第一屏的最后一行正好能显示最后一条新闻的一半，用户会习惯性的下滚但找看不到更多信息。如果能前两张图中的多余空白去掉，应该可以解决。</p>
<p>从代码上分析，有很多类似于<span style="color: #3366ff;">&lt;<span class="start-tag">style</span><span class="attribute-name"> type</span>=<span class="attribute-value">“text/<a href="http://blog.syx86.com/tag/css/" class="st_tag internal_tag" rel="tag" title="标签 css 下的日志">css</a>”</span>&gt;&lt;!&#8211; &#8211;&gt;&lt;/<span class="end-tag">style</span>&gt;</span>的冗余代码，整体上使用已经被淘汰的table布局方式导致冗余代码量的进一步增加，而&lt;head&gt;区的&lt;<a href="http://blog.syx86.com/tag/meta/" class="st_tag internal_tag" rel="tag" title="标签 meta 下的日志">meta</a>&gt;信息也很不完整。站内图片、css等文件引用上采用的都是绝对链接，这一点是否应该更改不好说，因为从链接上分析目录结构比较乱。另外，在&lt;/<a href="http://blog.syx86.com/tag/html/" class="st_tag internal_tag" rel="tag" title="标签 html 下的日志">html</a>&gt;之后还是用了一个iframe调用了一个统计文件（一开始还以为是被挂马了&#8230;）建议改用类似<a target="_self" title="Google Analytics" href="http://www.google.com/analytics/indexu.html">Google Analytics</a>那样的js脚本形式放在&lt;/body&gt;之前。</p>
<hr /><h2>评论：</h2><ul><li><a href="http://blog.syx86.com/2008/03/newpageofseu/">2008/03/11/</a>, polun writes: 老大，眼光确实敏锐。</li><li><a href="http://blog.syx86.com/2008/03/newpageofseu/">2008/03/24/</a>, <a href='http://blog.syx86.com/2008/03/meta-is-important/' rel='external nofollow' class='url'>从www2.seu.edu.cn看的重要性 | 86's world</a> writes: [...]       大家可以先尝试一下用Google.com搜&#8221;www2.seu.edu.cn&#8221;，先是tchnorati.com抓取我BLOG上的那篇《www2.seu.edu.cn UI设计分析》，然后便是BLOG上的原文，第三位才是http://www2.seu.edu.cn。不过已经比上周搜的时候好多了，那时候搜&#8221;www2.seu.edu.cn&#8221;第一页末尾才是开始测试的通知，而这个站在搜索结果中根本看不到。而上周搜索“<a href="http://blog.syx86.com/tag/%e4%b8%9c%e5%8d%97%e5%a4%a7%e5%ad%a6/" class="st_tag internal_tag" rel="tag" title="标签 东南大学 下的日志">东南大学</a>”的时候，排在第一位的则是新浪网关于动力楼火灾的报道（而且是有一点负面的那个版本）。如果现在搜索“<a href="http://blog.syx86.com/tag/%e4%b8%9c%e5%8d%97%e5%a4%a7%e5%ad%a6/" class="st_tag internal_tag" rel="tag" title="标签 东南大学 下的日志">东南大学</a> 动力楼”排在第一位的则是JunChen的那篇《【纪实】东南大学动力楼·火灾》. [...]</li><li><a href="http://blog.syx86.com/2008/03/newpageofseu/">2008/06/22/</a>, <a href='http://blog.syx86.com/2008/06/new-homepage-of-seu/' rel='external nofollow' class='url'>New Homepage of SEU | 86's world</a> writes: [...]       其实这篇blog写很久前就写完了，鉴于分析内容是SBBS美工站务的面试题一直没有发出来，今天难得早起，发一下。有兴趣的可以先看看之前的这篇《www2.seu.edu.cn UI设计分析》，里面提到的很多问题，本文中可能就不重复再讲了。 [...]</li></ul><!-- Site Meter -->
<small>
<a href="http://s34.sitemeter.com/stats.asp?site=s34feed86world" target="_top">
<img src="http://s34.sitemeter.com/meter.asp?site=s34feed86world" alt="Site Meter" border="0"/></a>
<!-- Copyright (c)2009 Site Meter --> </small><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="从www2.seu.edu.cn看meta name=&quot;Keywords&quot;的重要性" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fmeta-is-important%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">从www2.seu.edu.cn看meta name=&quot;Keywords&quot;的重要性</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="New Homepage of SEU" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F06%2Fnew-homepage-of-seu%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604072.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">New Homepage of SEU</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="HTML+CSS" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2006%2F02%2Fhtmlcss%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">HTML+CSS</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="看完《Css禅意花园》" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F08%2Fcsszengarden%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9606063.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">看完《Css禅意花园》</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="syx86.cn" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F11%2Fsyx86cn%2F&from=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fnewpageofseu%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604596.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">syx86.cn</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><div class="none"><g:plusone href="http://blog.syx86.com/2008/03/newpageofseu/" size="medium" count="true"></g:plusone></div>
	标签：<a href="http://blog.syx86.com/tag/86/" title="86" rel="tag">86</a>, <a href="http://blog.syx86.com/tag/banner/" title="Banner" rel="tag">Banner</a>, <a href="http://blog.syx86.com/tag/bbs/" title="BBS" rel="tag">BBS</a>, <a href="http://blog.syx86.com/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://blog.syx86.com/tag/css/" title="css" rel="tag">css</a>, <a href="http://blog.syx86.com/tag/google/" title="google" rel="tag">google</a>, <a href="http://blog.syx86.com/tag/html/" title="html" rel="tag">html</a>, <a href="http://blog.syx86.com/tag/icp/" title="ICP" rel="tag">ICP</a>, <a href="http://blog.syx86.com/tag/id/" title="ID" rel="tag">ID</a>, <a href="http://blog.syx86.com/tag/meta/" title="meta" rel="tag">meta</a>, <a href="http://blog.syx86.com/tag/multiple-ie/" title="Multiple IE" rel="tag">Multiple IE</a>, <a href="http://blog.syx86.com/tag/ue/" title="UE" rel="tag">UE</a>, <a href="http://blog.syx86.com/tag/ui/" title="UI" rel="tag">UI</a>, <a href="http://blog.syx86.com/tag/upload/" title="upload" rel="tag">upload</a>, <a href="http://blog.syx86.com/tag/web-design/" title="Web Design" rel="tag">Web Design</a>, <a href="http://blog.syx86.com/tag/%e4%b8%9c%e5%8d%97%e5%a4%a7%e5%ad%a6/" title="东南大学" rel="tag">东南大学</a>, <a href="http://blog.syx86.com/tag/%e5%b8%83%e5%b1%80/" title="布局" rel="tag">布局</a>, <a href="http://blog.syx86.com/tag/design/" title="所谓设计" rel="tag">所谓设计</a>, <a href="http://blog.syx86.com/tag/%e6%90%9c%e7%b4%a2/" title="搜索" rel="tag">搜索</a>, <a href="http://blog.syx86.com/tag/%e6%b5%8f%e8%a7%88%e5%99%a8/" title="浏览器" rel="tag">浏览器</a>, <a href="http://blog.syx86.com/tag/%e7%bb%9f%e8%ae%a1/" title="统计" rel="tag">统计</a><br />
]]></content:encoded>
			<wfw:commentRss>http://blog.syx86.com/2008/03/newpageofseu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>86的css学习笔记(一) —— 选择器</title>
		<link>http://blog.syx86.com/2007/09/css-select/</link>
		<comments>http://blog.syx86.com/2007/09/css-select/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:07:18 +0000</pubDate>
		<dc:creator>syx86</dc:creator>
				<category><![CDATA[所谓网络]]></category>
		<category><![CDATA[86]]></category>
		<category><![CDATA[acronym]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css2]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[UE]]></category>
		<category><![CDATA[一般选择器]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[属性选择器]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[特殊选择器]]></category>
		<category><![CDATA[精通css]]></category>
		<category><![CDATA[通用选择器]]></category>

		<guid isPermaLink="false">http://blog.syx86.com/?p=242</guid>
		<description><![CDATA[选择器分四种，通用选择器、一般选择器、特殊选择器和属性选择器。 1.通用选择器 没啥特殊的，就是设个基准值，优先级也是最低的 *{ font-size:12px; } 或者选中某一标签的全部个体 p{ font-size:12px; } 2.一般选择器 分两种，一种是id选择器，一种是类选择器 #IdName{ font-size:12px; } .ClassName{ font-size:12px; } 3.特殊选择器 — 其实就是一些IE还不支持的CSS2选择器&#8230;. a.子选择器:影响容器内直接联系的子元素 ul#UlName &#38;gt; li{ font-weight:bolder; } 上述代码中UlName下的li字体会加粗而li嵌套下的li则不受影响 在不完全支持CSS2的浏览器中可以如下方法实现: ul#UlName li{ font-weight:bolder; } ul#UlName&#160;li *{ font-weight:normal; } 相比之下子选择器是相当的节省代码量的。 b.相邻同胞选择器：就是选择容器内第一个相应标签 ul#UlName + li{ font-weight:bolder; } 如上，只选中该UL中第一个li，显示为粗体，而后面的li不受影响。 不过目前只能有单独的一个类来实现了&#8230;. 4.属性选择器 就是选中含有某属性的某一标签 acronym[title]{ border:1px&#160;blue solid; } 在《精通CSS》中给的例子是: a[rel=&#34;noffllow&#34;]{ background-image:url(nofollow.gif); [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F04%2Fcss-naked-day%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">CSS Naked Day</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2006%2F02%2Fhtmlcss%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">HTML+CSS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F08%2Fcsszengarden%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">看完《Css禅意花园》</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2005%2F11%2Fchoosemyself%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">选择幼稚</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2005%2F08%2Fgoodgoodstudy%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">准备开始努力学习了</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<div class="none"><g:plusone href="http://blog.syx86.com/2007/09/css-select/" size="medium" count="true"></g:plusone></div><p>选择器分四种，<a href="http://blog.syx86.com/tag/%e9%80%9a%e7%94%a8%e9%80%89%e6%8b%a9%e5%99%a8/" class="st_tag internal_tag" rel="tag" title="标签 通用选择器 下的日志">通用选择器</a>、<a href="http://blog.syx86.com/tag/%e4%b8%80%e8%88%ac%e9%80%89%e6%8b%a9%e5%99%a8/" class="st_tag internal_tag" rel="tag" title="标签 一般选择器 下的日志">一般选择器</a>、特殊选择器和属性选择器。<br />
1.通用选择器<br />
没啥特殊的，就是设个基准值，优先级也是最低的</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">*</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-size:</span><span style="color: Maroon;">12</span><span style="color: Red;">px</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>或者选中某一标签的全部个体</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">p</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-size:</span><span style="color: Maroon;">12</span><span style="color: Red;">px</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>2.一般选择器<br />
分两种，一种是id选择器，一种是类选择器</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">#IdName</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-size:</span><span style="color: Maroon;">12</span><span style="color: Red;">px</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Blue;">.ClassName</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-size:</span><span style="color: Maroon;">12</span><span style="color: Red;">px</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>3.<a href="http://blog.syx86.com/tag/%e7%89%b9%e6%ae%8a%e9%80%89%e6%8b%a9%e5%99%a8/" class="st_tag internal_tag" rel="tag" title="标签 特殊选择器 下的日志">特殊选择器</a> — 其实就是一些IE还不支持的CSS2选择器&#8230;.<br />
a.子选择器:影响容器内直接联系的子元素</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">ul#UlName</span><span style="color: Gray;"> &amp;</span><span style="color: Blue;">gt</span><span style="color: Gray;">; </span><span style="color: Blue;">li</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-weight:</span><span style="color: Red;">bolder</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>上述代码中UlName下的li字体会加粗而li嵌套下的li则不受影响<br />
在不完全支持CSS2的浏览器中可以如下方法实现:</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">ul#UlName</span><span style="color: Gray;"> </span><span style="color: Blue;">li</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-weight:</span><span style="color: Red;">bolder</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Blue;">ul#UlName</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">li</span><span style="color: Gray;"> </span><span style="color: Blue;">*</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-weight:</span><span style="color: Red;">normal</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>相比之下子选择器是相当的节省代码量的。</p>
<p>b.相邻同胞选择器：就是选择容器内第一个相应标签</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">ul#UlName</span><span style="color: Gray;"> + </span><span style="color: Blue;">li</span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">font-weight:</span><span style="color: Red;">bolder</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>如上，只选中该UL中第一个li，显示为粗体，而后面的li不受影响。<br />
不过目前只能有单独的一个类来实现了&#8230;.</p>
<p>4.<a href="http://blog.syx86.com/tag/%e5%b1%9e%e6%80%a7%e9%80%89%e6%8b%a9%e5%99%a8/" class="st_tag internal_tag" rel="tag" title="标签 属性选择器 下的日志">属性选择器</a><br />
就是选中含有某属性的某一标签</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">acronym</span><span style="color: Olive;">[</span><span style="color: #00008b;">title</span><span style="color: Olive;">]{</span></li>
<li><span style="color: Green;">border:</span><span style="color: Maroon;">1</span><span style="color: Red;">px</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">blue</span><span style="color: Gray;"> </span><span style="color: Red;">solid</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>在<a href="http://www.douban.com/subject/1898098/" target="_blank">《精通CSS》</a>中给的例子是:</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Blue;">a</span><span style="color: Olive;">[</span><span style="color: #00008b;">rel</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">noffllow</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">]{</span></li>
<li><span style="color: Green;">background-image:</span><span style="color: Gray;">url(nofollow.gif)</span><span style="color: Gray;">;</span></li>
<li><span style="color: Green;">padding-right:</span><span style="color: Maroon;">20</span><span style="color: Red;">px</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Blue;">a</span><span style="color: Olive;">[</span><span style="color: #00008b;">rel</span><span style="color: Gray;">~=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">friend</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">]{</span></li>
<li><span style="color: Green;">background-image:</span><span style="color: Gray;">url(friend.gif)</span><span style="color: Gray;">;</span></li>
<li><span style="color: Olive;">}</span></li></ol></div>
<p>在Google的PageRank评分中，带有rel=”noffllow”属性的链接将不会对目标站点的评分产生影响。<br />
第二个里面的rel~=”friend”会寻找rel含有friend的链接，而不是完全匹配。</p>
<!-- Site Meter -->
<small>
<a href="http://s34.sitemeter.com/stats.asp?site=s34feed86world" target="_top">
<img src="http://s34.sitemeter.com/meter.asp?site=s34feed86world" alt="Site Meter" border="0"/></a>
<!-- Copyright (c)2009 Site Meter --> </small><table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F04%2Fcss-naked-day%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">CSS Naked Day</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2006%2F02%2Fhtmlcss%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">HTML+CSS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F08%2Fcsszengarden%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">看完《Css禅意花园》</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2005%2F11%2Fchoosemyself%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">选择幼稚</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2005%2F08%2Fgoodgoodstudy%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F09%2Fcss-select%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">准备开始努力学习了</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><div class="none"><g:plusone href="http://blog.syx86.com/2007/09/css-select/" size="medium" count="true"></g:plusone></div>
	标签：<a href="http://blog.syx86.com/tag/86/" title="86" rel="tag">86</a>, <a href="http://blog.syx86.com/tag/acronym/" title="acronym" rel="tag">acronym</a>, <a href="http://blog.syx86.com/tag/css/" title="css" rel="tag">css</a>, <a href="http://blog.syx86.com/tag/css2/" title="css2" rel="tag">css2</a>, <a href="http://blog.syx86.com/tag/google/" title="google" rel="tag">google</a>, <a href="http://blog.syx86.com/tag/html/" title="html" rel="tag">html</a>, <a href="http://blog.syx86.com/tag/id/" title="ID" rel="tag">ID</a>, <a href="http://blog.syx86.com/tag/ue/" title="UE" rel="tag">UE</a>, <a href="http://blog.syx86.com/tag/%e4%b8%80%e8%88%ac%e9%80%89%e6%8b%a9%e5%99%a8/" title="一般选择器" rel="tag">一般选择器</a>, <a href="http://blog.syx86.com/tag/%e5%ad%a6%e4%b9%a0/" title="学习" rel="tag">学习</a>, <a href="http://blog.syx86.com/tag/%e5%b1%9e%e6%80%a7%e9%80%89%e6%8b%a9%e5%99%a8/" title="属性选择器" rel="tag">属性选择器</a>, <a href="http://blog.syx86.com/tag/%e6%b5%8f%e8%a7%88%e5%99%a8/" title="浏览器" rel="tag">浏览器</a>, <a href="http://blog.syx86.com/tag/%e7%89%b9%e6%ae%8a%e9%80%89%e6%8b%a9%e5%99%a8/" title="特殊选择器" rel="tag">特殊选择器</a>, <a href="http://blog.syx86.com/tag/%e7%b2%be%e9%80%9acss/" title="精通css" rel="tag">精通css</a>, <a href="http://blog.syx86.com/tag/%e9%80%9a%e7%94%a8%e9%80%89%e6%8b%a9%e5%99%a8/" title="通用选择器" rel="tag">通用选择器</a><br />
]]></content:encoded>
			<wfw:commentRss>http://blog.syx86.com/2007/09/css-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>999留念</title>
		<link>http://blog.syx86.com/2007/04/999/</link>
		<comments>http://blog.syx86.com/2007/04/999/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 06:56:00 +0000</pubDate>
		<dc:creator>syx86</dc:creator>
				<category><![CDATA[所谓网络]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[FireStates]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[统计]]></category>
		<category><![CDATA[访问量]]></category>

		<guid isPermaLink="false">http://blog.syx86.com/?p=198</guid>
		<description><![CDATA[在BBS混多了经常会发现数字的奇妙   访问 Page views 2577 Visits 999 Page views in last 24 hours 23 Visits in last 24 hours 12 浏览器   Internet Explorer 74.8%   Internet Explorer 6.0 64.7%   Internet Explorer 7.0 7.6%   Internet Explorer 5.5 1.0%   Internet Explorer 5.0 0.8%   Internet Explorer 5.00 0.2%   Internet Explorer 4.01 [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="[紧急通告]关于蓝色理想经典论坛无法访问的声明" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F11%2Fjinjitonggaoguanyulanselixiangjingdianluntanwufafangwendeshengming%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[紧急通告]关于蓝色理想经典论坛无法访问的声明</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Rush with the music" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Frush-with-the-music%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9603931.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Rush with the music</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="The Man From Earth" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F01%2Fthemanfromearth-2%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604528.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">The Man From Earth</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="职业评测" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F10%2Fjobtest%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9606181.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">职业评测</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="被换下的两张进站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fenterbbs%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604611.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">被换下的两张进站</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<div class="none"><g:plusone href="http://blog.syx86.com/2007/04/999/" size="medium" count="true"></g:plusone></div><p><strong>在BBS混多了经常会发现数字的奇妙 <img src='http://blog.syx86.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </strong></p>
<p><strong>访问</strong></p>
<table id="status_table" border="0">
<tbody>
<tr>
<td width="25%">Page views</p>
<p id="stats_total_count">2577</p>
</td>
<td width="25%">Visits</p>
<p id="stats_total_unique">999</p>
</td>
<td width="25%">Page views in last 24 hours</p>
<p id="stats_total_count_last_day">23</p>
</td>
<td width="25%">Visits in last 24 hours</p>
<p id="stats_total_unique_last_day">12</p>
</td>
</tr>
</tbody>
</table>
<p><strong><a href="http://blog.syx86.com/tag/%e6%b5%8f%e8%a7%88%e5%99%a8/" class="st_tag internal_tag" rel="tag" title="标签 浏览器 下的日志">浏览器</a></strong></p>
<ul class="mktree">
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer <strong>74.8%</strong>
<ul>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 6.0 <strong>64.7%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 7.0 <strong>7.6%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 5.5 <strong>1.0%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 5.0 <strong>0.8%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 5.00 <strong>0.2%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 4.01 <strong>0.1%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 5.01 <strong>0.1%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Internet Explorer" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/ie.png" alt="Internet Explorer" width="14" height="14" /> Internet Explorer 4.0 <strong>0.4%</strong></li>
</ul>
</li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/unknown.png" alt="" width="14" height="14" /> Unknown <strong>12.1%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox <strong>11.0%</strong>
<ul>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 2.0.0.3 <strong>5.6%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 2.0.0.2 <strong>1.5%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 1.5.0.4 <strong>1.5%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 1.5.0.11 <strong>0.6%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 1.5.0.9 <strong>0.3%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 1.5.0.10 <strong>0.2%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 2.0 <strong>0.8%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 1.0 <strong>0.2%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 2.0b1 <strong>0.1%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 1.5.0.3 <strong>0.1%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Mozilla Firefox" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/firefox.png" alt="Mozilla Firefox" width="14" height="14" /> Mozilla Firefox 1.5.0.6 <strong>0.2%</strong></li>
</ul>
</li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Others" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/others.png" alt="Others" width="14" height="14" /> Others <strong>2.1%</strong></li>
</ul>
<p class="null"><strong>操作系统</strong></p>
<ul class="mktree">
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows <strong>73.3%</strong>
<ul>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows XP <strong>65.9%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows Vista <strong>2.2%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows NT <strong>1.4%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows 2000 <strong>2.1%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows Server 2003 <strong>0.7%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows NT 4.0 <strong>0.2%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows 98 <strong>0.4%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows XP 64 bit <strong>0.2%</strong></li>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Windows" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/windows.png" alt="Windows" width="14" height="14" /> Windows CE <strong>0.1%</strong></li>
</ul>
</li>
</ul>
<ul class="mktree">
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/unknown.png" alt="" width="14" height="14" /> Unknown <strong>26.0%</strong>
<ul>
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/unknown.png" alt="" width="14" height="14" /> Unknown <strong>26.0%</strong></li>
</ul>
</li>
</ul>
<ul class="mktree">
<li class="liClosed"><span class="bullet"> </span><img class="fs_browsericon" title="Others" src="http://blog.syx86.com/wp-content/plugins/firestats/img/browsers/others.png" alt="Others" width="14" height="14" /> Others <strong>0.7%</strong></li>
</ul>
<p class="null">
<div class="liClosed"><strong>国家</strong></div>
<div><strong></strong></div>
<div><strong></strong></div>
<p><strong></p>
<ul>
<li><img class="fs_flagicon" title="CHINA" src="http://blog.syx86.com/wp-content/plugins/firestats/img/flags/cn.png" alt="CHINA" width="16" height="11" /> CHINA <strong>82.04%</strong></li>
<li><img class="fs_flagicon" title="SWEDEN" src="http://blog.syx86.com/wp-content/plugins/firestats/img/flags/se.png" alt="SWEDEN" width="16" height="11" /> SWEDEN <strong>7.66%</strong></li>
<li><img class="fs_flagicon" title="UNITED STATES" src="http://blog.syx86.com/wp-content/plugins/firestats/img/flags/us.png" alt="UNITED STATES" width="16" height="11" /> UNITED STATES <strong>5.11%</strong></li>
<li><img class="fs_flagicon" title="HONG KONG" src="http://blog.syx86.com/wp-content/plugins/firestats/img/flags/hk.png" alt="HONG KONG" width="16" height="11" /> HONG KONG <strong>1.24%</strong></li>
<li><img class="fs_flagicon" title="UKRAINE" src="http://blog.syx86.com/wp-content/plugins/firestats/img/flags/ua.png" alt="UKRAINE" width="16" height="11" /> UKRAINE <strong>0.99%</strong></li>
<li>Others <strong>2.97%</strong></li>
</ul>
<p> </p>
<p> </p>
<p> </p>
<p></strong></p>
<hr /><h2>评论：</h2><ul><li><a href="http://blog.syx86.com/2007/04/999/">2007/04/17/</a>, <a href='http://blog.filia.cn' rel='external nofollow' class='url'>Filia.Tao</a> writes: gx gx</li><li><a href="http://blog.syx86.com/2007/04/999/">2007/04/23/</a>, Lorena writes: 统计学。。。</li></ul><!-- Site Meter -->
<small>
<a href="http://s34.sitemeter.com/stats.asp?site=s34feed86world" target="_top">
<img src="http://s34.sitemeter.com/meter.asp?site=s34feed86world" alt="Site Meter" border="0"/></a>
<!-- Copyright (c)2009 Site Meter --> </small><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="[紧急通告]关于蓝色理想经典论坛无法访问的声明" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F11%2Fjinjitonggaoguanyulanselixiangjingdianluntanwufafangwendeshengming%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[紧急通告]关于蓝色理想经典论坛无法访问的声明</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Rush with the music" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Frush-with-the-music%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9603931.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Rush with the music</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="The Man From Earth" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F01%2Fthemanfromearth-2%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604528.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">The Man From Earth</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="职业评测" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2007%2F10%2Fjobtest%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9606181.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">职业评测</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="被换下的两张进站" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.syx86.com%2F2008%2F03%2Fenterbbs%2F&from=http%3A%2F%2Fblog.syx86.com%2F2007%2F04%2F999%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/22/9604611.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">被换下的两张进站</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><div class="none"><g:plusone href="http://blog.syx86.com/2007/04/999/" size="medium" count="true"></g:plusone></div>
	标签：<a href="http://blog.syx86.com/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://blog.syx86.com/tag/firestates/" title="FireStates" rel="tag">FireStates</a>, <a href="http://blog.syx86.com/tag/id/" title="ID" rel="tag">ID</a>, <a href="http://blog.syx86.com/tag/os/" title="OS" rel="tag">OS</a>, <a href="http://blog.syx86.com/tag/plugin/" title="Plugin" rel="tag">Plugin</a>, <a href="http://blog.syx86.com/tag/%e6%b5%8f%e8%a7%88%e5%99%a8/" title="浏览器" rel="tag">浏览器</a>, <a href="http://blog.syx86.com/tag/%e7%bb%9f%e8%ae%a1/" title="统计" rel="tag">统计</a>, <a href="http://blog.syx86.com/tag/%e8%ae%bf%e9%97%ae%e9%87%8f/" title="访问量" rel="tag">访问量</a><br />
]]></content:encoded>
			<wfw:commentRss>http://blog.syx86.com/2007/04/999/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

