Salve, ho un problema con Opera, che non ne vuol sapere di visualizzarmi un bottone.
Il codice, xhtml valid, è:
<div>Players:
<span class="PlayerNumb">0</span>
<button class="bet">Bet</button></div>
</div>
Il CSS interessato:
* {font-family: arial, courier, serif; font-size: x-small;}
h1 {
color: rgb(255, 255, 102);
background: rgb(0, 153, 0);
width: 25%;
font-size: x-large;
float: left;
border: 3px solid #ffffff;
padding: 5px 5px 0px 25px;
margin: 10px;
}
h2 {height: 20px; font-size: 20px;
background: transparent;
float: right;
margin: 10px 0 0 0;
position: relative; top: 34px;
width: 35%;
}
body { background: rgb(0, 153, 0); color: rgb(255, 255, 102);}
form { display: inline;}
div {text-align: center;}
p {text-align: left;}
a {text-decoration: none;}
a:link { color: rgb(255, 204, 51); background: inherit;}
a:visited { color: rgb(14, 133, 14); background: inherit;}
a:hover { color: rgb(153, 255, 153); background: inherit;}
hr {visibility: hidden; margin: 0; height: 1px; clear: both;}
.PlayerNumb {background: #ffffff; color: #000000; height: 12px; margin: 0 4px; padding-left: 1px; padding-right: 1px;}
Per la precisione, Firefox ed Explorer visualizzano correttamente il bottone, mentre Opera visualizza solo la scritta Bet.
Ciao e grazie