好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

HTML??UL+CSS布局_html/css_WEB-ITnose

截图如下:



  	 		 		 UL+CSS布局 		 			.menu{				margin: 0;				padding: 0;				height: 30px;				list-style-type: none;			}						.menu li{				float: left;				width: 100px;				background-color: black;				text-align: center;				padding: 5px;			}						.menu li a{				color: white;				text-decoration: none;				font-size: 12px;			}						.menu li a:hover{/*hover用于修饰鼠标置于其上的超链接*/				color: yellow;			}		 	 	 		

友情链接

新浪新闻 搜狐体育 网易游戏 天涯论坛 百度搜索

查看更多关于HTML??UL+CSS布局_html/css_WEB-ITnose的详细内容...

  阅读:38次