i'm modifying a page - changing the POSITION style from absolute to
static

but it's not changing it.

        var div = document.getElementById("XXX");

        if ( div != null )
        {
                div.style.position = "static";

                alert(div.style.position);
        }

the alert prints 'static'.

but when i go back and inspect with dom-inspector - it's still
absolute and
it behaves like absolute also.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to