I am using PHP to query a database and populate a multiple SELECT box. It also highlights the selected options. Since the list box is only two lines high, and there are more than two options, sometimes the selected items do not show in the list box. If you scroll down, they are highlighted as you would expect. How do you "pre-scroll" to the selected options, to ensure that the highlighted options are visible on page load?
I hope this makes sense!
I hope this makes sense!