Hi,
<style type="text/css">
td.button
{
color:#bbccdd;
font-family:verdana;
font-size:10px;
text-align:center;
width:150px;
height:16px;
background-color:#203b59;
border-width:1px;
border-style:solid;
border-color:#000000;
cursor:hand;
}
</style>
</head>
<body bgcolor="#112233"><table>
<tr>
<td class="button"
onmouseover="this.style.backgroundColor='#5e99cb'"
onmouseout="this.style.backgroundColor='#112233'"
onclick="window.open('aktuelles.html','Aktuelles')"> Aktuelles
</td>
</tr>
</table>
mach es komplett mit CSS,
ul#Navigation {
margin: 0; padding: 0;
}
ul#Navigation li {
list-style: none;
margin: 0; padding: 0;
}
</style>
~~~~~~html
</head>
<body>
<h1>Navigationsleiste ...</h1>
<ul id="Navigation">
<li><a href="nav_definieren.htm">Beispiel 1</a></li>
<li><a href="nav_formatieren.htm">Beispiel 2</a></li>
<li><a href="nav_rollover.htm">Beispiel 3</a></li>
</ul>
Wenn du die Links so setzt, öffnen sie sich immer im gleichen Fenster.
Grüße,
Engin
GYRO