Dogfish: Auswahlfeld vertikal zentrieren

Beitrag lesen

Hallo du da draußen,

Doctype fehlt.

<html>
<head>
<title>Fotos</title>
<script type="text/javascript">
<!--
function Go(x)

{
 if(x == "nothing")
 {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   parent.frames[1].focus();
   return;
 }
 else
  {
   parent.frames[1].location.href = x + ".htm";
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   parent.frames[1].focus();
  }
}
//-->
</script>
</head>
<BODY BGCOLOR="#339966" MS TEXT="#000000" lang=DE link="#234567" vlink="#234567" marginwidth="0" marginheight="0" topmargin="0" rightmargin="0" leftmargin="0">

Was soll das MS?

<table border="1" width="100%" cellspacing="0" cellpadding="0" height="100%">

Benutze statt height="100%" eine CSS-Angabe, sonst funktioniert's im Mozilla nicht.

<tr>

<td align="center" valign="middle">

<form name="JSForm">
      <select size="1" name="JSAusw" onChange="Go(this.form.JSAusw.options[this.form.JSAusw.options.selectedIndex].value)" class="qbar" style="width:160px;">
                <option value=>Kategorie hier wählen:</option>
                <option value="fotos">Passbilder</option>
                <option value="fotosdaheim">Bei mir daheim</option>
                <option value="fotosstadion">Unterwegs zum Fussball</option>
      </select></form>
      </td>
    </tr>
</table>
</body>
</html>

Ansonsten:
http://selfhtml.teamone.de/navigation/faq.htm#mittig_zentrierte_inhalte, fehlt also nur noch das valign="middle".

Grüße von hier drinnen, aus Biberach an der Riss (http://www.stadt-biberach.de/),
Dogfish

--
Verantwortlich für Falschaussagen ist ausschließlich mein Gehirn. Hinweise auf solche gebe ich ihm aber gerne weiter.
Let's close our eyes and see what happens.
http://dogfish.net.tc/