Tag Archive for 'menu'

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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS下拉菜单</title>
<style type="text/css">
<!–
/* Main Styles */
body{
margin: 5px 0;
padding: 0;
background-color: #000;
color: #949494;
text-align: center;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 11px;
}
ul{
list-style-type: none;
}
a.gen{
color: #949494;
text-decoration: none;
font-weight: bold;
}
a.gen:hover{
[...]