Skip to content

Instantly share code, notes, and snippets.

Created June 4, 2010 21:18
Show Gist options
  • Save anonymous/425956 to your computer and use it in GitHub Desktop.
Save anonymous/425956 to your computer and use it in GitHub Desktop.
var stagger = 0;
var top = 25;
layer.append('<div class="markingLabel" style="width:125px;height:auto;position:absolute;left:' + (offset.left - 62.5) + 'px;top:' + (top+stagger) + 'px;color:#000000;">'+label+'</div>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment