Problem with removing "position:fixed" element using Javascript

Forums » Dev.Opera » General Web Development Discussions

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

23. April 2010, 22:08:23

The-Doc

Dododockie ~

Posts: 73

Problem with removing "position:fixed" element using Javascript

Hi

I 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

Forums » Dev.Opera » General Web Development Discussions