I am using the .show("slide", 1000)
method on some unordered list items within a table cell. For seemingly every other effect other than fade, it causes the table to have a different layout during the animation than after the animation. Any ideas as to why this is happening? As a result it looks pretty glitchy. Any hints to get the layout looking consistent during and after the animation?
$('li#errorFirstName').show("slide", 1000);