rockinaway Posted July 18, 2012 Share Posted July 18, 2012 I have tried a lot of things with jquery to do this. Basically I have div content with a title and only the title shows as a tab at the bottom of the page. When the user hovers over the tab, I want the entire div (including the title) to slide up to reveal the rest of the div. So essentially a div of height 100px might only show 20px (title) until you hover over when it slides up and reveals the entire thing. Any ideas how? Link to comment https://forums.phpfreaks.com/topic/265916-sliding-tab-jquery/ Share on other sites More sharing options...
Mahngiel Posted July 18, 2012 Share Posted July 18, 2012 $('#some_div).hover(function({ css.('height', 100').slideUp('slow'); {)); Link to comment https://forums.phpfreaks.com/topic/265916-sliding-tab-jquery/#findComment-1362532 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.