HTML
Код: Выделить всё
[img]waterTankWaterREAL.png[/img]
Код: Выделить всё
#water {
position: relative;
left: -4px;
z-index: 1;
opacity: 0;
width: 200px;
}
Код: Выделить всё
"#goDown"JavaScript/jQuery
Код: Выделить всё
$(document).ready(function() {
$("#equals").click(function() {
$('#water').animate({'margin-top': '-200px', 'opacity': .65}, 2000);
});
});
Подробнее здесь: https://stackoverflow.com/questions/307 ... g-properly
Мобильная версия