colonelwog 1485 Modules Team
| Posté : 12-05-2012 21:59
css à modifier pour ne pas avoir l’ascenseur selon la taille de tes blocks ...
editer li-scroll.css dans style
/* liScroll styles */
.tickercontainer { /* the outer div with t he black border */
border: 0px solid #000;
width: 130px;
height: 15px;
margin: 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as  ;a mask. so you get a sort of padding&n bsp;both left and right */
position: relative;
left: 2px;
top: 1px;
width: 130px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 130px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
font: bold 10px Verdana;
margin: 0 10px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}
Message édité par : colonelwog / 12-05-2012 22:09 |