Gibt's da auch nen Grund für? Die wären es nämlich, mit denen Du das bewerkstelligen könntest.
mhm, könntest du mir ein beispiel in die html einbauen!?
müsste aber doch eigentlich mit java-script gehen.. :-/
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.pearl {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
-->
</style>
</head>
<body>
<b>LAUNCH WEBSITE</b><br>
<br>
<table width="200" border="0" cellpadding="2" height="25">
<tr>
<td width="80"><img src="img/pfeil.gif" width="3" height="5"><span class="pearl"> german</span></td>
<td width="20" rowspan="2" align="center" class="pearl"> </td>
<td width="80"><span class="pearl"> english</span></td>
</tr>
<tr>
<td width="80" height="2"> <img src="img/pfeil.gif" width="3" height="5"><span class="pearl"> with intro</span></td>
<td width="80" height="2"><span class="pearl"> no intro</span></td>
</tr>
</table>
</body>
</html>