How to scroll to anchor point in responsive website?
问题 I'm making a portfolio website that contains a simple dropdownlist and one big GIF image in a div (10659px × 6850px). As I intended, when you make selections from the list, you jump to certain anchor points on the page using a simple javascript that's being activated onChange. The html: <div id="background"> <img src="img/background.gif" width="10659" /></div> <select id="dropdownlist" onChange="jumpScroll(this.value);"> <option alt="selected works" value="0">Selected works:</option> <option