tOM: Verweisliste als Auswahlliste - Fehler

Beitrag lesen

Hi

Den haste vergessen:

<!doctype html public "-//W3C//DTD HTML 4.0 //DE">

<html>

<head>
<style type="text/css">
body,table,inut,select { font-size:8pt;font-family:Arial,Helvetica;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Willkommen</title>
</head>

<body>
<table border="0" cellspacing="1" style="border-color:#000000; height:1px" cellpadding="2" width="100%" bgcolor="#99CCFF">

Da stand bordercolor. Das gibbet net - das heißt border-color und gehört sich in ein style! ;)

<tr>
   <td height="1">
     <p align="center"><b><font face="arial" color="#FFFFFF" size="2">S I T E M A
     P</font></b></td>
 </tr>
</table>
<br>
<table border="0" cellspacing="0" style="border-color:#000000; height:216px;" cellpadding="0,5" width="100%" bgcolor="#FFFFFF">
 <tr>
   <td width="50%" height="4" bgcolor="#99CCFF" colspan="2">
     <p align="left"><b><font face="Arial" size="2" color="#FFFFFF">TEST</font></b></td>
   <td width="4%" height="4">
     <p> </p>
   </td>
   <td width="49%" height="4" bgcolor="#99CCFF" colspan="2">
     <p align="left"><b><font face="Arial" size="2" color="#FFFFFF">TEST</font></b></td>
 </tr>
 <tr>
   <td width="24%" height="1">
     <p align="left"><b><font FACE="Arial" size="1" COLOR="#000000">
     Beispiel</font></b></td>
   <td width="24%" height="1"> </td>
   <td width="4%" height="1">
     <p> </p>
   </td>
   <td width="24%" height="1">
     <p align="LEFT"><b><font face="Arial" size="1" COLOR="#000000">
     Beispiel</font></b></td>
   <td width="24%" height="1"> </td>
 </tr>
 <tr>
   <td width="24%" style="height:10px">
     <p align="left"><b><font face="Arial" size="1" color="#000000">Auswahl</font></b></td>
   <td width="24%" style="height:10px">
<form>
<font size="1">
<select onchange="location.href=this.options[this.selectedIndex].value" style="width: 192px; height: 21px" class="popupsitemap" name="TEST" size="1">
<option>Wählen Sie aus</ option>
<option value="http://...htm">Verweis1</option>
<option value="http://...htm">Verweis2</option>
<option value="http://...htm">Verweis3</option>
<option value="http://...htm">Verweis4</option>
<option value="http://...htm">Verweis5</option>
</select>
</font>
</form>
   </td>
  </tr>
</table>
</body>
</html>

so hab das Ding a wengl überarbeitet...

Hab noch ein Form reingemacht..

Mhhh.. aber ich muss zugeben der NS 4.7 macht das immer noch net so ganz. Es kann sein dass er die höhenangaben von Tabellen net mag. Da bleibt dir dann nix anderes übrig als transparente gifs reinzusetzen, die ihn auf diese größe zwingen...

oder vielleicht mit <DIV>s

naja schaut jetzt aba schon besser aus *g

greets tOM