1)в ксс
Code
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
background: #FFF;
}
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin:0;
padding:0;
}
hr {
border:none;
border-top:1px solid #CCCCCC;
height:1px;
margin-bottom:25px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
border: none;
}
#menu {
width: 200px;
margin: 10px;
}
#menu li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#menu li a:link, #menu li a:visited {
color: #333;
display: block;
background: url(menu.gif);
padding: 8px 0 0 10px;
}
#menu li a:hover {
color: #FFF;
background: url(menu.gif) 0 -32px;
padding: 8px 0 0 10px;
}
в AMMNU:
Code
<!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>56</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<h1>Vertical CSS Navigation Menu</h1>
<hr />
<div id="menu">
<ul>
<li><a href="http://inter.ucoz.co.uk/" ><span>Link 1</span></a></li>
<li><a href="http://inter.ucoz.co.uk/"><span>Link 2</span></a></li>
<li><a href="http://inter.ucoz.co.uk/"><span>Link 3</span></a></li>
<li><a href="http://inter.ucoz.co.uk/" title="Free CSS Menus"><span>Free CSS Menus</span></a></li>
<li><a href="http://inter.ucoz.co.uk/"><span>Link 5</span></a></li>
<li><a href="http://inter.ucoz.co.uk/"><span>Link 6</span></a></li>
<li><a rel="nofollow" target="_blank" href="http://inter.ucoz.co.uk/" title="13styles.com"><span>13styles</span></a></li>
</ul>
</div>
</body>
</html>
