Hi all,
I'm using jquery's slideToggle() on a div which is styled display: none in my css. So what happens is; the div pops open turning the display style of the div to block. Is there a way to alter this behavior and have jquery style this to "inline-block"?
All help appreciated :)