Skip to content Skip to sidebar Skip to footer

How To Attach A Show Method?

Sorry if the title is a little vague, Im currently learning jQuery and would like to fade a content div in and out on hover whilst displaying a read more link when hovered and hidi

Solution 1:

Since the Read More is inside the widget div it will fade with the rest of the widget's contents. Instead, just put it outside but within the article: http://jsfiddle.net/a4mPS/1/

Solution 2:

You should put the Read More link in a new div outside of the other div and have it positioned where you want it and modify it's visibility or opacity opposite of the "hover" div.

Post a Comment for "How To Attach A Show Method?"