How would you create the front-end for a web-based circular interface that does not involve using graphic files or Flash?
+3
A:
I would probably go with something like this: http://raphaeljs.com/
Ryan Kinal
2010-08-04 12:41:58
Nice, looks interesting.
Paddy
2010-08-04 12:52:24
yes but raphaeljs is like processing.js - very neat graphical stuff but overkill for a nav menu!
ina
2010-08-04 14:09:35
A:
If you don't mind it not being IE compatible... You could use CSS3 border-radius to round the corners of a div.
But my general answer to your question is that I wouldn't. I'd ask why the constraints and explain that at least some images are probably required.
Paddy
2010-08-04 12:42:28
+1
A:
Would you be looking for a radial menu / pie menu ?
Check this Example out: http://www.tikku.com/scripts/ui/radmenu/radmenu_example.html
The plugin page is here: http://www.tikku.com/jquery-radmenu-plugin
Nirvana Tikku
2010-08-04 14:03:19
this is really neat! - looks like it'd scale and work for more complicated things... even multi-layer target-looking piemenu's!
ina
2010-08-04 14:06:21