html和css 总结

来源:互联网 发布:怎样赢网络棋牌机器人 编辑:程序博客网 时间:2024/06/06 03:22
<style type="text/css"><!--ul#menu { width:300px; height:300px; margin:0px auto; padding:0px;  overflow:hidden; background:transparent url(http://www.blueidea.com/articleimg/2006/04/3366/01.jpg)}ul#menu  li { list-style-type:none; float:left; width:100px; height:100px;}ul#menu li a { display:block; width:100px; height:100px;  text-decoration:none; background:transparent url(http://www.blueidea.com/articleimg/2006/04/3366/02.jpg) no-repeat 500px 500px;}a#item1:hover {background-position: 0 0; }a#item2:hover {background-position: -100px 0;}a#item3:hover {background-position: -200px 0;}a#item4:hover {background-position: 0 -100px;}a#item5:hover {background-position: -100px -100px;}a#item6:hover {background-position: -200px -100px;}a#item7:hover {background-position: 0 -200px;}a#item8:hover {background-position: -100px -200px;}a#item9:hover {background-position: -200px -200px;}--></style></head><body><ul id="menu"><li><a id="item1" href="#" title="Item 1">&nbsp;</a></li><li><a id="item2" href="#" title="Item 2">&nbsp;</a></li><li><a id="item3" href="#" title="Item 3">&nbsp;</a></li><li><a id="item4" href="#" title="Item 4">&nbsp;</a></li><li><a id="item5" href="#" title="Item 5">&nbsp;</a></li><li><a id="item6" href="#" title="Item 6">&nbsp;</a></li><li><a id="item7" href="#" title="Item 7">&nbsp;</a></li><li><a id="item8" href="#" title="Item 8">&nbsp;</a></li><li><a id="item9" href="#" title="Item 9">&nbsp;</a></li></ul></body></html>


1、 a标签
a标签中href=""的几种用法 http://blog.csdn.net/u010297791/article/details/52784879

0 0
原创粉丝点击