From: Alex on
I want to show some particular part of long list of select element in
the form.

Common approach like

sel.options[i].scrollIntoView(true)

works fine in each browser except IE6. This old tool accepts
scrollIntoView(true) and simply ignores it.

Any suggestions how I can force IE6 to show particular item in long
select list?