hallo selfhtml team,
ich hab ein problem mit meinem css, und zwar woechte ich das vor einem link der navigation eine kleine grafik eingefuegt wird. diese grafik soll sich genau (vertikal)mittig zum text ausrichten. soweit funktioniert as ja ganz gut, bis auf die ausrichtung. jemand eine idee?
ich maile auch gerne interesierten die css datei!
hier der link zur seite:
http://www.egomedia.de/preview/hyginst/
auszug aus der css:
a:link.bild_link {
vertical-align: center;
color: #000000;
text-decoration: none;
font-size: 12pt;
font-weight: bold;
padding-left: 20px;
padding-bottom: inherit;
background-image: url(nav_arrow.gif);
background-repeat: no-repeat;
}
a:visited.bild_link {
vertical-align: center;
color: #000000;
text-decoration: none;
font-size: 12pt;
font-weight: bold;
padding-left: 15px;
padding-bottom: inherit;
background-image: url(nav_arrow.gif);
background-repeat: no-repeat;
}
a:active.bild_link {
vertical-align: center;
color: #000000;
text-decoration: none;
font-size: 12pt;
font-weight: bold;
padding-left: 15px;
padding-bottom: inherit;
background-image: url(nav_arrow.gif);
background-repeat: no-repeat;
}
a:hover.bild_link{
vertical-align: center;
color: #0000FF;
text-decoration: none;
font-size: 12pt;
font-weight: bold;
padding-left: 15px;
padding-bottom: inherit;
background-image: url(nav_arrow.gif);
background-repeat: no-repeat;