Függöleges menü 15.
<style type="text/css">
<!--
.linkbar {
float: center;
width: 10px;
color: #000000;
font-family: Verdana;
font-size: 9px;
text-align: center;
margin: 10px;
padding: 0px;
border: 0px;
}
.linkbar a {
font-family: Verdana;
color: #000000;
display:block;
font-weight: normal;
height: 20px;
line-height: 20px;
text-align: center;
text-decoration: none;
width: 100px;
border-left: 3px solid #ff66cc;
border-bottom: 1px solid #ff66cc;
}
.linkbar a:hover {
font-family: Verdana;
color: #ff66cc;
font-weight: bold;
background-color: #000000;
cursor: crosshair;
}
-->
</style>
<!--linkek-->
<div class="linkbar">
<p><a href="link.hu">Menücím</a>
<a href="link.hu"> Menücím </a>
<a href="link.hu" target="_blank"> Menücím </a></p>
</div>
|