Say like (note the display: inline):
<div id="bar"><span id="foo" style="display: inline">foo</span>.....</
div>

Do animation on $('#foo'), can notice a jump in FF. This is because,
jQuery is toggling with display none to block and vice-versa; but
doesn't apply "display: inline". Is there any workarounds? or advices?
TIA

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/

Reply via email to