Mario Scheidecker: Form Felder bei Netscape falsch... ;-(

Beitrag lesen

Hallo Mario!

Könntest du mal einen Auszug aus deinem Code hier "veröffentlichen", oder hast du eine URL, wo man sich das ansehen kann?

grüße
Thomas

Sorry ! Hier ein Code-Beispiel - sieht unter NN 4.5 furchtbar aus...

<html>

<head>
<title>testcode</title>
<style type="text/css">
<!--
#text  {
font-family : Arial,Helvetica,Sans-serif;
font-style : normal;
font-size : 14px;
}
//-->
</style>
</head>

<body>

<form>
  <p><input type="text" name="date" size="10" value="10.10.1999"></p>
  <p><input type="text" name="datemitcss" size="10" value="10.10.1999" id="text"></p>
</form>
</body>
</html>