TRI0N Posted January 2, 2013 Share Posted January 2, 2013 Here is what I'm attempting to do. I have a rectangle that fixed on a page and is 170 wide and 32 Height, I want to :hover to make an image 170 x 170 slide up from the rectangle when mouse in on over. Then of course collapse when the on mouse out. I have looked all over for this but only get a collapse div answer to make the rectangle grow but that is not my objective. Any help greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/272617-rectangle-with-upward-slider-for-photo/ Share on other sites More sharing options...
codefossa Posted January 2, 2013 Share Posted January 2, 2013 jQuery $.animate() you could change the top down the difference (which is actually up of course) and the height. You can do this with $.hover() using both of the (parameters?) the functions inside of it .. you know what I mean. Link to comment https://forums.phpfreaks.com/topic/272617-rectangle-with-upward-slider-for-photo/#findComment-1402863 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.