in an HTML page I’d like to layout a list of elements in a circular manner.
So I was wondering if there was a simple way of doing this with HTML5/CSS3;
and if a plugin of jQuery / jQuery UI or any other JavaScript library manages this kind of layout.
Thanks in advance for any help.
EDIT:
As of now I’ve used jQuery Radmenu : http://www.tikku.com/jquery-radmenu-plugin;
but its inner working is a bit clumsy.
I may end up with a custom solution inspired by dzejkej code sample.
Simple pure JavaScript example how to place HTML into a circular layout:
HERE is the working code.