finish scroller

This commit is contained in:
Pavol Rusnak 2010-11-26 16:56:30 +01:00
parent 3fea409ec7
commit ecb1435bb2
5 changed files with 181 additions and 9 deletions

View file

@ -55,7 +55,6 @@ img {
position: absolute;
left: 800px;
top: 20px;
width: 30px;
height: 650px;
overflow: hidden;
text-align: center;
@ -63,6 +62,6 @@ img {
#scroller div {
color: #000;
top: -200px;
top: 0px;
position: relative;
}