I'm trying to get my sliding div working properly with slideToggle. First off, here is the working url:
The problem I am having with it is I am getting more of a blind effect rather than a slide down effect. I've tried changing the CSS and using negative top margin etc. to no avail. What I am trying to accomplish is basically the same as the Products menu at telerik-dot-com and the All Products menu from within the site. The one at aspnet-ajax/controls/examples/default/ is more related to what I am trying to do via the click function. I realize these may be different, but what I am basically looking for functionality-wise is the div to do more of a slide in instead of a blind down.
Thanks for any help.
Also, to make an addition to this, I would like to fade in the actual contents of the panel once the panel slides in then fade out when clicking the tab to close the panel before sliding up. I've tried adding fadeIn function to the h2 and p but no luck. If anyone wants to chime in on this as well feel free. Thank you!