﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-风人园-文章分类-CSS</title><link>http://www.blogjava.net/wuxufeng8080/category/12805.html</link><description /><language>zh-cn</language><lastBuildDate>Thu, 01 Mar 2007 02:44:43 GMT</lastBuildDate><pubDate>Thu, 01 Mar 2007 02:44:43 GMT</pubDate><ttl>60</ttl><item><title>经典的CSS分页表现形式</title><link>http://www.blogjava.net/wuxufeng8080/articles/56837.html</link><dc:creator>风人园</dc:creator><author>风人园</author><pubDate>Wed, 05 Jul 2006 09:58:00 GMT</pubDate><guid>http://www.blogjava.net/wuxufeng8080/articles/56837.html</guid><description><![CDATA[
		<p>
				<font face="Verdana">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;</font>
		</p>
		<p>
				<font face="Verdana">&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;<br />&lt;head&gt;<br /> &lt;title&gt;a&lt;/title&gt;<br /> &lt;style type="text/css"&gt;<br />  <br />  ul#hovershow2{<br />   list-style-type: none;<br />   margin: 50px;<br />   width:200px;<br />   float: left;<br />   display: inline;<br />   clear: both;<br />  }<br />  ul#hovershow2 li{<br />   float: left;<br />   display: inline;<br />   width:20px;<br />   height: 20px;<br />   margin: 2px;<br />     <br />  }<br />  ul#hovershow2 li a {<br />   text-decoration: none;<br />   display: block;<br />   width:20px;<br />   height:20px;<br />   border:1px red solid;<br />   background-color: White;<br />   line-height: 20px;<br />   font-size: 12px;<br />   text-align: center;<br />  }</font>
		</p>
		<p>
				<font face="Verdana">  ul#hovershow2 li a:hover{<br />  position: absolute;<br />  width:40px;<br />  height: 40px;<br />  line-height: 40px;<br />  font-size: 32px;<br />  z-index:100;<br />  margin: -10px 0 0 -10px;<br />  }<br />  <br /> &lt;/style&gt;<br />&lt;/head&gt;</font>
		</p>
		<p>
				<font face="Verdana">&lt;body&gt;</font>
		</p>
		<p>
				<font face="Verdana">&lt;ul id="hovershow2"&gt;<br /> &lt;li&gt;&lt;a href="1#" title="test"&gt;&lt;span&gt;1&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href="2#" title="test"&gt;&lt;span&gt;2&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href="3#" title="test"&gt;&lt;span&gt;3&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href="4#" title="test"&gt;&lt;span&gt;4&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href="5#" title="test"&gt;&lt;span&gt;5&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href="6#" title="test"&gt;&lt;span&gt;6&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href="7#" title="test"&gt;&lt;span&gt;7&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br />&lt;/ul&gt;</font>
		</p>
		<p>
				<font face="Verdana">&lt;/body&gt;<br />&lt;/html&gt;</font>
		</p>
<img src ="http://www.blogjava.net/wuxufeng8080/aggbug/56837.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wuxufeng8080/" target="_blank">风人园</a> 2006-07-05 17:58 <a href="http://www.blogjava.net/wuxufeng8080/articles/56837.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>