6
I have an art and now it’s in an SVG file. The problem is that the client wants that when passing the mouse (or if clicking) on a block, he should open a menu. I don’t know if you have the ability to create this, but I wanted to know. The SVG code I have today: http://codepen.io/anon/pen/LpwmdE
On click you want to open a menu ? or you want me to redirect to a page with a menu?
– Gabriel Rodrigues
Yes, it does, and it’s wonderfully beautiful. You have this example here with SVG: http://tympanus.net/codrops/2013/08/09/building-a-circular-navigation-with-css-transforms/ Also look for Pie Menu Generator (SVG). You have this B4D455 here: http://creative-punch.net/2014/02/making-animated-radial-menu-css3-javascript/ You have Ana’s answer on SOF in English: http://stackoverflow.com/questions/13132864/creating-a-radial-menu-in-css There are a lot of things. If it was possible to create Highcharts, of course you can make a menu.
– StillBuggin
I have the SVG file, what I need is that when passing the mouse in a <path> open a submenu to the type side with a postion relative/Absolute. This is the biggest problem and the staff of the agency has to deliver to the client ;/
– Alisson Acioli
@Gabrielrodrigues I want you to open a menu on the side. For example, if I click on "6" it will open a menu on the left side of it
– Alisson Acioli
You wish to do that with SVG?
– Randrade
@Randrade In fact SVG already try right. I just want to create a dropdown when passing the mouse on the <path elmento>
– Alisson Acioli
Whoa, you got it?
– Guilherme Lopes