Hello- dario gasparro wrote: > hi staff,
I think the staff is on vacation. Just us to answer questions. > > how can i do for set the opacity at a popup loaded by > OpenLayers.Layer.GeoRSS? > or i can set only the size of the popup troghut it? I see the non-API setOpacity method and OpenLayers.Popup.OPACITY constants (http://dev.openlayers.org/docs/files/OpenLayers/Popup-js.html). No idea if this will get you what you want. Would be nice if style related things (like opacity) were controlled by CSS. There is new popup code in the works for 2.6. You might want to take a look at that [1] to see if it addresses your issue. Tim [1] http://trac.openlayers.org/ticket/926 > > var blue = new OpenLayers.Icon("marker-blue.png", new > OpenLayers.Size(20,25)); > new OpenLayers.Layer.GeoRSS( 'GeoRSS', 'georss1.xml' , > {'popupSize':size1,'icon':blue} > > thanks! > > ps: > why nobody answer me?is it not an ordinary question? > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > !DSPAM:4033,47cc35b6186673327367457! > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
