<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>xfeile (xx)</title>
    <link>https://ruby-china.org/xfeile</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>请老师们看下：为什么一级菜单和二级菜单挤在一行。</title>
      <description>
&lt;p&gt;&amp;lt;!doctype html&amp;gt;

&lt;/p&gt;
    
    Document



*{ margin: 0px; padding:0px; border:0; }
.nav {
    background-color: #eee;
    width:600px;
    height: 40px;
    margin: 0 auto;
}
ul {
   list-style-type: none;
}
.nav ul li {
    float: left;
    line-height: 40px;
    text-align: center;
}
a {
    text-decoration: none;
    border: solid 3px purple;
    border-radius:5px;
    color: #000;
    padding: 0 10px;
    display: block;
}
a:hover {
    color: #FFF;
    background-color: #666;
}


&lt;p&gt;
&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;products&lt;/a&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;coffee&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;cake&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;       
&lt;li&gt;&lt;a href="#"&gt;service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;faqs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;about us&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
  

&lt;p&gt;
&lt;/p&gt;
</description>
      <author>xfeile</author>
      <pubDate>Wed, 30 Apr 2014 03:07:13 +0800</pubDate>
      <link>https://ruby-china.org/topics/18926</link>
      <guid>https://ruby-china.org/topics/18926</guid>
    </item>
  </channel>
</rss>
