
Источник: The Violet Maniac
css
Код:
a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited {
font-family: tahoma;
font-size: 11px;
background-color:#832480;
color: #dcd3dc;
font-weight: normal;
text-align:center;
display: block;
margin: 1px;
text-decoration: none;
border-left-style: solid;
border-left-color: #dcd3dc;
border-left-width: 5px;
width:200px;
}
a.tvm:hover {
font-family: tahoma;
font-size: 11px;
color: #832480;
background-color:#dcd3dc;
display: block;
font-weight: bold;
text-align:center;
cursor:crosshair;
text-decoration: none;
border-left-style: solid;
border-left-color: #832480;
border-left-width: 5px;
width:200px;
}html
Код:
<a href="http://thevioletmaniac.narod.ru/" class="tvm" target="">каждый </a> <a href="http://thevioletmaniac.narod.ru/" class="tvm" target="">охотник</a> <a href="http://thevioletmaniac.narod.ru/" class="tvm" target="">желает</a> <a href="http://thevioletmaniac.narod.ru/" class="tvm" target="">знать</a> <a href="http://thevioletmaniac.narod.ru/" class="tvm" target="">где </a> <a href="http://thevioletmaniac.narod.ru/" class="tvm" target="">сидит</a> <a href="http://thevioletmaniac.narod.ru/" class="tvm" target="">фазан</a>








