I have a problem. I actually try to do a transition at a div when I hover the mouse over an object. So basically I have a div, and when I hover my mouse the div, it should displ
I'd suggest using jQuery and animate(). You could do with CSS but then you'd have problems with older browsers.