Sostituire bottoni di voto Fri Aug 12, 2011 11:51 am
Pubblicato da: Spacca Spacca
Questo tutorial è offerto da FORUMATTIVO.COM All rights reserved to forumattivo inc. |
>
- Code: ----------Selezionare il contenuto
Positivo
.vote {
text-align: center;
margin-left: -60px;
font-weight: bold;
background-image: url('http://upload.centerzone.it/images/86526028536529246926.png');
background-repeat:no-repeat; }
Negativo
.vote .vote-button {
text-align: center;
font-weight: bold;
margin-left: -1px;
}
.vote .vote-button {
border: 2px solid #FF0000;
text-align: center;
font-weight: bold;
margin-left: -60px;
background-image: url('http://upload.centerzone.it/images/58628365034665236729.png');
background-repeat:no-repeat; }
> Se volete sostituire anche il trattino centrale ..aggiungete
- Code: ----------Selezionare il contenuto
.vote .vote-no-bar {
letter-spacing:-2px;
margin-left:-2px;
white-space:nowrap;
background-image: url('http://www.famfamfam.com/lab/icons/mini/icons/comment_new.gif ');
background-repeat:no-repeat; }
Tutoriale da :The crow
Copyrigth © FORUMATTIVO.COM