How can I use jQuery's slideDown
with display: inline-block
, as opposed to the default display: block;
Some of the content inside the div I'm using requires it to be so, and the design partly breaks unless I fix it. However, fixing it after the sliding down has finished will be glitchy.
Any ideas?