[svg-developers] invisible objects

2005-08-23 Thread chruschtschow64
Hi there. I have a website containing a map exported from ArcGIS with mapviewSVG. The site contains a drop-down menu to choose, highlight and zoom to certain elements of the map. some of the elements in the are stacked and covering other elements. How do I have to manipulate the embedded SVG-

Re: [svg-developers] invisible objects

2005-08-23 Thread Peter Thompson
You put ids on the elements or groups of elements that you want to show/hide. You can find the elements that you want to show/hide using the id when a menu item is selected. You modify attributes to show/hide elements or groups of elements. You can use either display, visibility, or opacity at