Nen Bisschen was habe ich schon wieder geschafft.
Also aneinander sind die bilder aus dem block jetzt.
jetzt nur noch das Ausrichten.
<style type="text/css">
#menu a {height: 30px;
background: url("http://www.berrycline.com/test_01/Button.gif") 0px 0px no-repeat;
display: block;
font: bold 14px/1 sans-serif;
vertical-align:middle;
color:#FFFFFF;
vertical-align:bottom;
}
#menu a:hover {background-position: 0px -30px;}
#menu a:active {background-position: 0px -60px;}
</style>
<style type="text/css">
table { height:30px; width:125px;}
.oben { vertical-align:top; }
.mittig { vertical-align:middle; }
.unten { vertical-align:bottom; }
</style>
</head>
<body>
<table id="menu" align="left" border="1">
<tr class="mittig"><a href="">Home</a></tr>
<tr><a href="">Home</a></tr>
</body>
</html>
Mfg Tributer