[Javascript] style.offsetTop/Left Firefox

diego nunes dnunes at gmail.com
Sat Jun 21 14:59:40 CDT 2008


On Sat, Jun 21, 2008 at 12:29 AM, Troy III Ajnej
<trojani2000 at hotmail.com> wrote:
> Why is Firefox neglecting "el.style.posTop="..., instruction?

    Well, in theory "pos-top" doesn't exist in CSS specification.
Firefox probably is just dropping the declaration, and it shouldn't
rise a warning.
    If you use the correct "top" property, things should work fine.

-- 
diego nunes
dnunes.com



More information about the Javascript mailing list