Modify ↓
Ticket #7245 (closed bug: worksforme)
css('top') in Firefox 3.6.10 no longer works
| Reported by: | chen.victor@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5 |
| Component: | css | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In Firefox 3.6.10, when I use .css() to get the top value of a dom element that has a fixed position it returns 0px. It's fine in other browsers (IE, Chrome, Safari).
Currently using it in conjunction with simplemodal jquery plugin. Everything works fine if i switch back to 1.4.2.
Change History
comment:1 Changed 3 years ago by snover
- Status changed from new to closed
- Resolution set to worksforme
comment:2 Changed 3 years ago by jtwalters@…
I have the same problem with an absolutely positioned element with negative top property. Firefox returns 0px.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

test case works for me. Reopen if you can provide a reproducible test case.