Hi I'm an italian guy, please excuse my bad English. I'm learning how to use jQuery to create a site and I wanted to learn how to use it.
But there is problems, I have create 8 divs and when I pass the mouse over a div this increases his height and his width (with .animate() function). And it's OK and really good!
Inside the div, there is an image and a link "info" and when the div increase his height and his width the link appears and disappears when I remove the mouse (with .hide() and .show() functions). But appears in all 8 divs of the page! And I want it's appears only in the div where is the mouse.