Tagged Questions
The page-jump tag has no wiki summary.
2
votes
1answer
68 views
Vim jump to a file using ctr-w gF with a @ in the path like dirwith@funnyname/path:34
My stack trace errors in ruby on rails look like below. I have happily used ctr-w gF to jump to the file and go to the line number following the file for a while.
However I started using RVM and ...
2
votes
1answer
490 views
jQuery UI Dialog cause page jump on open & close on ASP.NET
I have an ASP.NET C# page, with image thumbnails in it.
I created a script that opens a jQuery UI Dialog on each hover on a thumbnail that shows me the thumbnail in larger size in a dialog view, and ...
1
vote
2answers
123 views
Switching layouts page jumping (improvement to script)
I'm using this script to switch layouts in a page:
$("span.switcher").click(function () {
$("span.switcher").toggleClass("swap"); /*!*/
$("ol.search-results").fadeOut("fast", function() {
...
1
vote
1answer
335 views
Scrollbar within a scrollbar only make the inner scrollbar jump to id
I have a page that requires a scrollbar -
http://www.aus-media.com/dev/site_BYJ/schedule-pricing/pricing.html
You will notice (unless you are running at a high resolution with a big screen) that ...
1
vote
2answers
309 views
Can I force a page jump in HTML printing?
I'm making a HTML report that is going to be printable, and it has "sections" that should start in a new page.
Is there any way to put something in the HTML/CSS that will signal to the browser that ...
0
votes
2answers
54 views
Unwanted Page Jump when using hash URLs
I've checked out the other page jump questions here on SO and I haven't found anything that matches, so here we go...
I'm working on building a website that uses CSS3 transitions and a bunch of ...
0
votes
1answer
36 views
Page jump on span.click()
I have this weird thing happening:
when clicking spans in the navigation the content has to switch.
Everything works except that when you click a span the page jumps to it (the span will be right at ...
0
votes
0answers
21 views
Tabs that you can link to without using “#” tags
I'm looking for some "simple" tabs that works WITHOUT anchors, but where you still need to be able to link to a uniq tab (fx by querystring like: page?tab=3), since the "#" just make different ...
0
votes
0answers
72 views
How can I prevent a parent page from jumping down to an iframe when iframed page has a form that is in focus
I iframed a specific part of a page over which I have no control. The problem is that this child page has a form that goes in focus as the page loads, which causes the parent page to jump down to an ...
0
votes
1answer
380 views
CSS: Top of page after page jump
I have an html page that i must not modify, and everything i do it must be done with CSS.
I hava 4 "section" tags in the html page, and on the top of that page there is a navigation bar. Each element ...
0
votes
1answer
171 views
Why style effect remains after location.hash in Firefox?
I am creating a program for online psych experiment on web design. (please see the code below)
What I am trying to do is, if user clicks on some input box, it invokes onFocus event, then the page ...
0
votes
3answers
791 views
ASP.NET: how to stop page from jumping when using AutoPostBack?
I'm using ASP.NET, and in a Wizard control I have radio buttons where if "Yes" is selected, a panel is shown, but if "No" is selected, the panel is hidden. I have MaintainScrollPositionOnPostBack set ...
0
votes
2answers
195 views
Jquery Drag and Drop problem, jump to a new page
I want to use Jquery to implement a page that contains js from quotemedia.com. After I embed the js into the sortable, when I drag and drop the element that contains the js, it jump to full page ...
0
votes
2answers
2k views
How to go to anchor tag in scrollable div without having the whole browser jump down?
I'm building a simple glossary widget as part of a larger project for a client. The content of the glossary is enclosed within a scrollable div (overflow:auto). Each letter has an anchor tag ...
-1
votes
1answer
57 views
How to stop a margin resizing after resizing a div
I have created a div with an image inside. When clicked it resizes the div and places a larger image in. The side effect of this seems to be that the wrapper div moves a little to the left.
I have ...