Hi, I think you can only change the color not the opacity. I found this: http://www.jasonbirch.com/nodes/2008/12/02/213/changing-selection-colour-in- mapguide-ajax-viewer/
Volker Von: [email protected] [mailto:[email protected]] Im Auftrag von Jamo Gesendet: Donnerstag, 3. September 2009 04:24 An: [email protected] Betreff: Re: [mapguide-users] Selection opacity Just a follow up, I still haven't found where the selection layer definition is. Turns out the css below refers to the actual selection shape. Surely someone has an answer ? :( Jamo wrote: > > Is it possible to change the selection opacity? > > I don't mind doing this globally at the moment. > I've tried changing this to 01 .01 but it is no good? > perhaps I'm changing it in the wrong area? > ajaxmappane.templ > #shapeFeedback > { > filter:alpha(opacity=50); /* Internet Explorer */ > -moz-opacity:0.50; /* Mozilla 1.6 and below */ > opacity: 0.50; /* newer Mozilla and CSS-3 */ > } > -- View this message in context: http://n2.nabble.com/Selection-opacity-tp3564831p3570916.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
