Nano
Member since Mar 12, 2013
- Profile: /members/10739-nano.htm
- Comments: 2
Recent Blog Comments By Nano
-
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
Posted on May 9, 2014 at 8:37 PM
@L.Sanders, the best way to accomplish that is to create a relationship between the a.readMore and the div.content, somehow. Using HTML in this very example: if the content is NEXT to the link in the markup, you could do this http://jsfiddle.net/fCL2L/ What If done here is to apply the slide fu... read more »
-
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
Posted on Mar 12, 2013 at 11:07 AM
Hi! I know it's an old post, but I have this problem today with a little issue extra: I didnt know the element width. So, after undestanding the problem thanks to your explanation, Ben, I came out with this solution to my problem, that may be useful for others. Here it gooes: function slideFix(b... read more »