Hello, Maybe this is a bug. To demostrate the problem here is the example code:
<div id="mydiv" style="overflow-x:auto;overflow-y:hidden;width: 50px;height:50px;"> Put some data here so that we have horizontal scrollbar </div> When we apply slideUp and then slideDown to the div element the overflow-x and overflow-y are removed and we lost the styling. The same is when we use hide and then show("fast") This only work in IE. Regards Tony