Circular dock/menu in css or jquery
Posted
by
sasidhar
on Stack Overflow
See other posts from Stack Overflow
or by sasidhar
Published on 2011-01-11T14:16:23Z
Indexed on
2011/01/14
9:53 UTC
Read the original article
Hit count: 235
Is it possible to have a circular menu or dock using css or jquery.?
I have a set of images as the dock items that need to be displayed as a circular dock... however the number of items in the dock are not constant and may vary.... so i cannot tend to use constant values for positioning each item in a pre-defined manner. Ajax loads some images into this particular div and i need to use css or jquery to style this so that they get displayed as circular dock items. Any idea on how this can be implemented..?
I would like a browser in-specific implementation, but i also welcome if some one has some solutions specific to few browsers...
UPDATE
I don't think i exactly want a pie menu... it easily gets messed up as the number of dock items increase. I am looking for a spiral dock.
and by spiral i mean that the menu items must be in the following alignment..
© Stack Overflow or respective owner