Cel'ho fatta !! ora si vede perfettamente in tutti e 4 i browser
Grazie a tutti per il sostegno.
In pratica ho messo il testo dentro delle label
e nel css ho impostato il float left per tutte le label e il float right per tutte le input
Vi posto come ho fatto:
(Non fate caso al div che prima non c'era..l'ho aggiunto per altri motivi)
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="Style/stile.css">
<title>Login ECDL</title>
</head>
<body>
<center>
<form action="log.php" method="POST">
[img]image/logo.jpg[/img]
<h4>LOGIN</h4>
<div id="internolog">
<table id="tabellalog" cellspacing="15" >
<tr>
<td><label>Username:</label><input type="text" name="user"></td>
</tr>
<tr>
<td><label>Password:</label><input type="password" name="pass" maxlength="8"></td>
</tr>
<tr>
<td><input type="image" src="image/login.jpg"></td>
</tr>
</table>
</div>
Registrati | Hai perso la password?
</form>
</center>
</body>
</html>
codice:
#internolog {
border: 4px outset;
margin: 0px 270px 0px 270px;
padding: 15px;
background-color: white;
font-size: 15px;
}
#internolog input {float:right;}
#internolog label {float:left;}
Grazie ancora per l'aiuto
saluti