I have a situation with X number of divs as below:
"<div style="position: absolute; left: 327.507px; top: 42.3433px;" class="point-label">25.49</div>
<div style="position: absolute; left: 323.738px; top: 60.8532px;" class="point-label">21.04</div>
<div style="position: absolute; left: 322.821px; top: 64.6363px;" class="point-label">20.14</div>"
.
.
.
They have auto-generated fixed positions which I can't do much about it. The problem is sometimes they overlapp, look at the example here:
http://jsfiddle.net/Rawand/WswD3/
The question is: can the overlap be solved by CSS? otherwise by javascript?
I want them to be placed above eath other with minimum position changes possible, as in the image link: i.stack.imgur.com/xbqHI.jpg