Guten Abend zusammen,
nach dem Umstellen auf ein neuen Dokumententyp wird der selector sowie die jeweils angrenzenden Tabellenzeilen linksbündig ausgerichtet im IE 6.0, in Mozilla 1.1 zentriert. Finde den Fehler nicht. Bitte helft mir.
Das Javascript habe ich übernommen. Da ich mich selbst erst grad in HTML einarbeite, habe ich keine Ahnung von der Funktionsweise des Skriptes. Weiß nur, dass es funzt.
Vielen Dank schon mal
André
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
<!--
table {border:solid 1px navy;}
th {width:84px; height:30px;}
//-->
</style>
</head>
<body>
<h1>Der Kurs WST 2000 B stellt sich vor:</h1>
<hr>
<table>
<tr>
<th><a href="pixx_alix.htm">Alix</a></th>
<th><a href="pixx_andre.htm">André</a></th>
<th><a href="pixx_bernd.htm">Bernd</a></th>
<th><a href="pixx_christian.htm">Christian</a></th>
<th><a href="pixx_conny.htm">Conny</a></th>
<th><a href="pixx_doris.htm">Doris</a></th>
</tr>
<tr>
<th><a href="pixx_elisabeth_b.htm">Elisabeth B.</a></th>
<th><a href="pixx_elisabeth_g.htm">Elisabeth G.</a></th>
<th><a href="pixx_evi.htm">Evi</a></th>
<th><a href="pixx_hannes.htm">Hannes</a></th>
<th><a href="pixx_judith.htm">Judith<br></th>
<th><a href="pixx_klaus.htm">Klaus</a></th>
</tr>
<tr><th colspan="6"><a href="pixx_manuel.htm">Manuel</a></th></tr>
<tr><th colspan="6">
<select name=wahl onChange="javascript: ac=document.selector.wahl.options[document.selector.wahl.selectedIndex].value; if (ac!='-') { window.location=ac; }"
size="1" style="FONT-SIZE:10px; WIDTH:130px; max-width:150px">
<option class="menu1" selected value="-">Geburtstage:</option>
<option value="pixx_nadine.htm">Geburtsdatum</option>
<!--25 weitere options-Tags mit Geburtstagen-->
</select>
</form>
</small>
</th>
</tr>
<tr>
<th colspan="6"><a href="pixx_mario.htm">Mario</a></th></tr>
<tr>
<th><a href="pixx_marion.htm">Marion</a></th>
<th><a href="pixx_marcus.htm">Marcus</a></th>
<th><a href="pixx_nadine.htm">Nadine</a></th>
<th><a href="pixx_rene.htm">René</a></th>
<th><a href="pixx_robert.htm">Robert</a></th>
<th><a href="pixx_sandra.htm">Sandra</a></th>
</tr>
<tr>
<th><a href="pixx_silvia.htm">Silvia</a></th>
<th><a href="pixx_stefan.htm">Stefan</a></th>
<th><a href="pixx_susi.htm">Susi</a></th>
<th><a href="pixx_tanja.htm">Tanja</a></th>
<th><a href="pixx_timo.htm">Timo</a></th>
<th><a href="pixx_tobias.htm">Tobi</a></th>
</tr>
</table>
</body>
</html>