Modify ↓
Ticket #3658 (closed bug: invalid)
scrolltop scrolls FROM top in opera on fedora
| Reported by: | naugtur | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | offset | Version: | 1.2.6 |
| Keywords: | scrolltop opera linux | Cc: | naugtur |
| Blocking: | Blocked by: |
Description (last modified by flesler) (diff)
$('html,body').scrollTop(trgoffset); or animate with that kind of parameters
jumps to the top of the page and then scrolls to the choosen point.
observed in opera 9.27 on fedora 9
Change History
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.

That's not the correct way of doing that. Try using jQuery.ScrollTo.