On Mar 6, 12:33 am, phicarre <gam...@bluewin.ch> wrote: > How to show IN THE MIDDLE OF THE SCREEN an animated gif (with jquery > effects) during a long operation ? > I tried several methods but never compatible with, at least, FF and > IE ...
Why not just use CSS background-position: 50% 50% and use a <div style='position: relative; position: absolute; left: 0; right: 0; top: 0; bottom: 0'/> to create an overlay. Works fine in all browsers except IE6 (IE6 does not stretch elements). -- Martijn.