Hi,
I have a div which contains multi-columns layout and when I click on a button I want that this div fade out and then clicking on an another button this block would fade in. Simple and it works perfectly on firefox.
However when I fade it out inside IE the layout of my columns is modified. It is as if my columns are transformed in non-block elements.
Replacing my fadeIn/fadeOut by show/hide solves my problem but it would be more usable if I could add those animations on this...
Could anyone help me?