Demo:
http://demo.maxrom.net/index/0-9
In CSS adaugam:
Code
.blockmenu {
height:18px;
width: 100%;
font: normal 10px Arial, Helvetica, sans-serif;
text-align: left;
}
.blockmenu a:link,
.blockmenu a:visited {
color:#ffffff;
text-decoration:none;
padding-left:16px;
line-height:18px;
display:block;
font-weight:normal;
background: #gray;
border-top: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
text-align: left;
}
.blockmenu a:hover {
color:#ffffff;
text-decoration:none;
padding-left:16px;
line-height:18px;
display:block;
font-weight:normal;
border: 1px solid #666666;
background: #333333 url("http://s42.radikal.ru/i098/0910/de/38ae257243f0.gif") no-repeat left center;
text-align: left;
}
form {
padding:0px;
margin:0px;
}
input{
vertical-align:middle;
font-size:7pt;
font-family:verdana,arial,helvetica;
color:#ffffff;
background:#000000;
}
In block punem meniul:
Code
<SPAN class="blockmenu">
<A href="/index"><SPAN style="color: #1e90ff">A</SPAN>casa</A>
<A href="/forum/"><SPAN style="color: #1e90ff">F</SPAN>orum</A>
<A href="/blog"><SPAN style="color: #1e90ff">B</SPAN>log</A>
<A href="/bg"><SPAN style="color: #1e90ff">C</SPAN>artea de oaspeti</A>
<A href="http://maxrom.ucoz.com"><SPAN style="color: #1e90ff">M</SPAN>axRom</A>
</SPAN>