Hi,
I tried the following and everything worked fine.
element.style.position="relative";
Then I tried to make the CSS rule important and it didn't work. The
positioning was all wrong in Safari and very jerky in Firefox.
element.style.position="relative !important";
Am I doing this correctly?
Thanks,
Peter