Parašė Lordcraft· 2008 Sau. 7 20:01:11
#8
.textbox {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:10px;
color:#000;background-color:#eee;
border:1px #999 solid;
}
#menu {
width: 780px;
height: 30px;
margin: 0px auto;
}
#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
width: 130px;
padding: 5px 0px;
text-align: center;
text-decoration: none;
font-weight: bold;
background: #ff7c00 url(images/off.PNG) repeat-x;
color: #FFFFFF;
}
#menu a:hover {
background: #CCCCCC url(images/on.PNG) repeat-x;
}
<tr>
<td align='center'>
<div id='menu'>
<ul>
<li><a href='index.html' accesskey='1' title=>Pagrndinis</a></li>
<li><a href='index2.html' accesskey='2' title=>Parama</a></li>
<li><a href='index3.html' accesskey='3' title=>Failai</a></li>
<li><a href='http://' accesskey='4' title=>Web Statistika</a></li>
<li><a href='http://' accesskey='5' title=>Forumas</a></li>
<li><a href='http://' accesskey='5' title=>Forumas</a></li>
</ul>
</div>
</td>
</tr>