<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[李勇]]></title> 
<link>http://www.kevinliyong.com/index.php</link> 
<description><![CDATA[当爱在靠近]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[李勇]]></copyright>
<item>
<link>http://www.kevinliyong.com/read.php?165</link>
<title><![CDATA[下拉菜单[select]CSS样式]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[DIV+CSS]]></category>
<pubDate>Thu, 31 Jul 2008 12:17:34 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?165</guid> 
<description>
<![CDATA[ 
	[html] <style> .box&#123;border:1px solid #C0C0C0;width:182px;height:19px;clip:rect(0px,181px,18px,0px);overflow:hidden;&#125; .box2&#123;border:1px solid #F4F4F4;width:180px;height:17px;clip:rect(0px,179px,16px,0px);overflow:hidden;&#125; select&#123;position:relative;left:-2px;top:-2px;font-size:12px;width:183px;line-height:14px;bo rder:0px;color:#909993;&#125; </style> <div class=box><div class=box2><select hidefocus> <option selected>网站的封面 <option value=031113>上海夏天(一一友情提供) <option value=031106>上海夏天(一) <option value=030916>上海夏天出版了 <option value=031018>在雨中(二) <option value=030915>开往黎明的地铁(二) <option value=030913>开往黎明的地铁 <option value=031029>亲爱的你们在干什么 <option value=000000>更多封面…… </select></div></div> [/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=div" rel="tag">div</a> , <a href="http://www.kevinliyong.com/tag.php?tag=css" rel="tag">css</a> , <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?65</link>
<title><![CDATA[背景图片透明,前景图片正常]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[DIV+CSS]]></category>
<pubDate>Tue, 29 Jan 2008 03:33:13 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?65</guid> 
<description>
<![CDATA[ 
	[html]<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;<br/>&lt;title&gt;背景图片透明，前景图片正常&lt;/title&gt;<br/>&lt;style type=&quot;text/css&quot;&gt;<br/>.alpha1&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;width:455px;<br/>&nbsp;&nbsp;&nbsp;&nbsp;height:265px;<br/>&nbsp;&nbsp;&nbsp;&nbsp;filter: Alpha(Opacity=30);<br/>&#125;<br/>.ap2&#123;<br/>&nbsp;&nbsp;width:200px;<br/>&nbsp;&nbsp;height:100px;<br/>&nbsp;&nbsp;position:relative;<br/>&nbsp;&nbsp;top:15px;<br/>&nbsp;&nbsp;left:15px;&nbsp;&nbsp;<br/>&#125;<br/>&lt;/style&gt;<br/>&lt;/head&gt;<br/><br/>&lt;body&nbsp;&nbsp;&gt;<br/>&lt;div class=&quot;alpha1&quot; style=&quot;background-image: url(&#039;<a href="http://www.kevinliyong.com/upload/2007-12-23/images/shower_01.jpg&#039;);&quot;&gt;" target="_blank">http://www.kevinliyong.com...</a><br/>&nbsp;&nbsp;&lt;div class=&quot;ap2&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img src=&quot;<a href="http://www.kevinliyong.com/upload/2007-12-23/images/shower_01.jpg&quot;" target="_blank">http://www.kevinliyong.com...</a> /&gt;<br/>&nbsp;&nbsp;&lt;/div&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;<br/>[/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=css" rel="tag">css</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?43</link>
<title><![CDATA[CSS定义多个链接样式]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[DIV+CSS]]></category>
<pubDate>Fri, 04 Jan 2008 15:19:15 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?43</guid> 
<description>
<![CDATA[ 
	[html]<br/><br/>&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;<br/>&lt;title&gt;CSS定义多个链接样式&lt;/title&gt;<br/>&lt;style type=&quot;text/css&quot;&gt;<br/>&lt;!--<br/>a:link &#123;<br/>&nbsp;&nbsp;font-size: 12px;<br/>&nbsp;&nbsp;color: #000000;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&#125;<br/>a:visited &#123;<br/>&nbsp;&nbsp;font-size: 12px;<br/>&nbsp;&nbsp;color: #000000;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&#125;<br/>a:hover &#123;<br/>&nbsp;&nbsp;color: #666666;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&#125;<br/><br/>.two:link &#123;<br/>&nbsp;&nbsp;font-size: 12px;<br/>&nbsp;&nbsp;color: #880000;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&#125;<br/>.two:visited &#123;<br/>&nbsp;&nbsp;font-size: 12px;<br/>&nbsp;&nbsp;color: #880000;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&#125;<br/>.two:hover &#123;<br/>&nbsp;&nbsp;color: #FF0000;<br/>&nbsp;&nbsp;text-decoration: underline;<br/>&#125;<br/><br/>.three:link &#123;<br/>&nbsp;&nbsp;font-size: 12px;<br/>&nbsp;&nbsp;color: #0000FF;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&#125;<br/>.three:visited &#123;<br/>&nbsp;&nbsp;font-size: 12px;<br/>&nbsp;&nbsp;color: #0000FF;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&#125;<br/>.three:hover &#123;<br/>&nbsp;&nbsp;color: #00007D;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&nbsp;&nbsp;top: 1px;<br/>&nbsp;&nbsp;position: relative;<br/>&nbsp;&nbsp;left: 1px;<br/>&#125;<br/>--&gt;<br/>&lt;/style&gt;<br/>&lt;/head&gt;<br/>&lt;body&nbsp;&nbsp;&gt;<br/>&lt;p&gt;&lt;a href=&quot;#&quot;&gt;这里是第一个连接的样式&lt;/a&gt;&lt;/p&gt;<br/>&lt;p&gt;&lt;a href=&quot;#&quot; class=&quot;two&quot;&gt;这里是第二个连接的样式&lt;/a&gt;&lt;/p&gt;<br/>&lt;p&gt;&lt;a href=&quot;#&quot; class=&quot;three&quot;&gt;这里是第三个连接的样式&lt;/a&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;<br/>[/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a> , <a href="http://www.kevinliyong.com/tag.php?tag=css" rel="tag">css</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?24</link>
<title><![CDATA[学习DIV+CSS[1px高的DIV]]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[DIV+CSS]]></category>
<pubDate>Wed, 12 Dec 2007 13:58:25 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?24</guid> 
<description>
<![CDATA[ 
	<div><span style="font-family: 宋体">&lt;style&gt;<br />body<br />&#123;background:#ccc;&#125;<br />.lineTop &#123; height:1px;background-color:#848284;width:400px;&#125;<br />&lt;/style&gt;</span></div><div><span style="font-family: 宋体"><br />&lt;div class=&quot;lineTop&quot;&gt;<span style="color: #ff0000">&lt;img width=1 height=1&gt;</span>&lt;/div&gt;</span></div><div>今天排版DIV，做个1px的分格线，红色代码加上后，兼容 IE 和 Fierfox ,如果不加，IE 无法显示1px的高度。</div><div>正在学习，还不知道为什么会这样，先搞定客户网站先....</div><br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=div" rel="tag">div</a> , <a href="http://www.kevinliyong.com/tag.php?tag=css" rel="tag">css</a>
]]>
</description>
</item>
</channel>
</rss>