Tagged Questions
0
votes
0answers
179 views
Scroll Top JQuery not working properly in IE
I am using JQuery Scroll Top to automatically scroll up and down. Currently when I click on "contact", it does not go to the bottom but sort of staggers and shakes. Anybody got any ideas as to why ...
1
vote
1answer
93 views
When YUI contextmenu appears, scrollbar of table tbody scrolls top unexpectedly on IE8,IE9
I'm seeing a strange behaviour on IE8 & IE9 with YUI contextmenu and scrollable table, much appreciate if someone could tell me how to solve the following issue:
Refer to ...
3
votes
1answer
189 views
IE <select> scrollTop
I have found that with a select element in IE (IE7 and IE9 anyway) where the size attribute is specified, using .scrollTop can result in some weird behavior. I'm hoping there is a way around it.
If ...
4
votes
1answer
548 views
IE7/IE8 takes some time to return the correct scroll position
For displaying a dialog, I need to know the current scroll position of the window. This is done within a $(document).ready block of jQuery.
Internet Explorer, however, breaks things when having to ...
0
votes
1answer
331 views
jQuery - scrollTop() after an anchor jump
I am wondering if its possible to get $(this).scrollTop() value after an anchor jump. Firefox manages it... however IE returns 0 as it retreives the value before page can jump to the anchor point (on ...