Asso
DESRIZIONE
Immagine di sfondo nella mchat
PROGRESSO
100%
100%
---------------------INIZIO GUIDA
Apri: style/******/theme/mchat.css
Cerca:
Codice: Seleziona tutto
div.mChatRowLimit {
overflow: auto;
width: 100%;
}
div.mChatRowLimitCustom {
overflow: auto;
width: 100%;
}
Codice: Seleziona tutto
div.mChatRowLimit {
background-image: url("{T_THEME_PATH}/images/");
background-position: center;
background-repeat: no-repeat;
background-color: #ffffff;
overflow: auto;
width: 100%;
}
div.mChatRowLimitCustom {
background-image: url("{T_THEME_PATH}/images/");
background-position: center;
background-repeat: no-repeat;
background-color: #ffffff;
overflow: auto;
width: 100%;
}
Un ringraziamento ad Asso per questa Guida!