In the templates I looked at the question index seems to be positioned absolutely to the right and top. As a result you end up with either too much space between the questions and the index or the index overlaps the questions when at smaller browser sizes.
I'd rather have it docked next to the questions and float along with them as the browser gets wider or narrower.
Float doesn't seem to work though because of where the index is inserted in the document flow (at the end)
I've tried using relative positioning, pushing the index 750px or so from the left, then using jquery css() to get the height of the survey container and then push the index up that far. However, the footer keeps expanding as the index grows.
Anybody succeed in getting this to work?