Also für die die diesen Thread mal lesen: Ich habe es nun aus einer Kombination von Codes (die ihr mir gegeben habt) zusammengebastelt.
Auch wenn es vielleicht CSS-technisch nicht elegant ist, es funktioniert und nur das ist für mich wichtig.
Der Style Abschnitt:
XML-Code:
<style type="text/css">
<!--
.Navlink {COLOR: #000000; TEXT-DECORATION: none; font-family: times; font-size: 12pt; font-weight: bold;}
a:link.Navlink {color : #000000;}
a:visited.Navlink {color : #000000;}
a:active.Navlink {text-decoration: none;}
a:active.Navlink {font-size: 15pt;}
a:active.Navlink {font-weight: bold;}
a:active.Navlink {font-family: Times New Roman;}
a:hover.Navlink {text-decoration: none;}
-->
</style>
<style type="text/css">
<!--
td.norm
{
font-size: 15pt;
font-weight:bold;
line-height: 1.55;
padding: 0;
width: 100%;
display: block;
margin: 0;
background-image: url('../zelle26.jpg');
}
td:hover.norm
{
background-image: url('../zelle26select.jpg');
}
//-->
</style>
Eine Zelle:
XML-Code:
<tr>
<td class="norm">[
url="http://alexander.sam-host.net/"] Home[/
url]</td></tr>
Vielen Dank nochmals an euch.
Gruß Alexander