You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Problem with removing "position:fixed" element using Javascript
HiI noticed that Opera can not remove fixed elements when using Javascript removeChild(). In fact, the element node is remove from DOM. But it still present in the screen/page.
I wrote a simple demo : http://files.myopera.com/The-Doc/test/demo-delete-fixed-element.html
This demo works fine with Firefox, Chromium, midori on Linux Ubuntu 10.04 64 bit but not Opera.
What do you think ? Is there a workaround for removing the element from the screen ?
Thanks