Helo,
I am begginer and need help, here is my code. This works only for first div_"some". How do same with other divs_"some".
Thanks for help.
<script>
$(document).ready(function(){
$('#some').hover(
function() {$('#bottom-line').stop().animate({marginTop:'70px',height:'30px'},300);}...