Place text based divs in relative locations within a circle
Posted
by
NickG
on Stack Overflow
See other posts from Stack Overflow
or by NickG
Published on 2010-12-28T17:51:29Z
Indexed on
2010/12/28
17:54 UTC
Read the original article
Hit count: 177
Direct question - How would I place certain objects or small text within a certain area. For example, how would I replace the following image with html/javascript.
--- I don't have enough reps to post an image :/ but try this URL - http://i.imgur.com/a3eWL.jpg
Big picture - I am trying to create a kml file for Google Earth that when the point is clicked, the balloon description window pops up and I can display my html formatted diagram showing where the satellites are at that instant. Google Earth and KML docs allow for pretty much any html formatting within it, so currently looking for a good way to do this.
Disclaimer: It has been a few years since i have done any html or javascript editing, so general examples and insight is greatful.
Thanks
© Stack Overflow or respective owner