Ciao ,

una delucidazione se puoi :

cosa significa * {// some code here}

cosa fa questo stile ?

Ho notato che se non c'e' , mozzilla non centra il contenuto della tabella.



Originariamente inviato da Jerry Masslo
<html>
<head>
<title>Untitled</title>
<style type="text/css">
* {margin:0;padding:0}
html, body {height:100%}
table {height:100%;
width:100%;
text-align:center;
}

</style>

</head>
<body>
<table>
<tr>
<td>
<object..>


</object>
</td>
</tr>
</table>
</body>
</html>