I am working on a responsive site http://www.pegasuswd.com/mountain-climb/ that has a lot of graphical elements. One element is a set of markers that appear along a pathway in the design. at any given point in time there can be anywhere between 1 to 100 markers on the pathway at random locations set through the css. The problem is that as the site scales, the markers shift positions and no longer follow the path. The markers are ideal at about 1450 X 850 px. (They are removed at 700px wide.)
I'm looking for a way to keep them on the path at all sizes. I'm thinking that a jQuery solution is needed here to detect the height and reset the markers along the path but I'm not sure. Ideally I would like to do it with CSS. Does anyone have recommendations or pointers for how to keep the markers on the path while the site scales?