Codice per ruotare i testi:
#scrittavert {
position:relative;
left:50%;
margin-left:-20px;
top:10px;
width:50px;
height:100px;
z-index:999;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg); }
testo ruotato e verticale
Codice per ruotare i testi:
#scrittavert {
position:relative;
left:50%;
margin-left:-20px;
top:10px;
width:50px;
height:100px;
z-index:999;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg); }