initial scroller

This commit is contained in:
Pavol Rusnak 2010-11-26 14:47:42 +01:00
parent a1cce5cb40
commit b262454263
2 changed files with 22 additions and 0 deletions

View file

@ -50,3 +50,18 @@ img {
width: 160px;
height: 36px;
}
#scroller {
position: absolute;
left: 800px;
top: 20px;
width: 30px;
height: 650px;
overflow: hidden;
}
#scroller div {
color: #000;
top: -200px;
position: relative;
}