DIV +CSS 简洁竖向导航

来源:百度知道 编辑:UC知道 时间:2024/06/08 07:21:44
谁能给个DIV +CSS 简洁竖向导航 网页背景色是 background:#0099FF
谢谢啦 要代码

多浏览器支持的 不是我说楼上的 表格乱套还div+css - -!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style>
body { background-color:#FFF;}
#nav { list-style:none; background:#0099FF; width:1024px; overflow:hidden; padding:0 0 5px 0;}
#nav li { float:left; overflow:hidden; margin:5px 0 0 5px ; background:#0ff; text-align:center;}
#nav li a { color:#222; text-decoration:none; padding-top:4px; display:block; width:118px; line-height:22px; height:24px; text-align:cent