hi Nathan, I ran into the same issue as well. The jQuery.fx method is setting the effected element to display:block, and that is the root of your troubles.
I'm not an expert in css, but for my jQuery pulsate call on a span, I added this to its style: display:inline !important; which overrides the inline 'display:block' that jQuery.fx addess to the span element. I hope that helps. Regards, Adam On Jun 19, 4:13 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > Has anyone else noticed that when they use these functions on an span > element that contains text, it will kick your span to a new line while > the effect is taking place? It's almost as if a <br> is inserted > temporarily. Any way to fix this?