I am using the show / hide jQuery function in a form (generated by php)
There are 10 hidden elements in this form, and each time the user clicks the “add another” link, he displays the next hidden element, and my footer drops with it. So far so good.
Now the problem is that 2 or 3 hidden elements are shown, the page gets larger, and the right navigation scrollbar from firefox appears, which is good, but then when I click on the next link “add another”, the navigation scrollbar returns to the beginning page while a hidden item is displayed. Every link that adds a new hidden element takes the page up, and I don't want this behavior ...
Does anyone know how to fix this?
Piero source
share