[OpenLayers-Users] setting a border on the popup

Puneet Kishor punk.kish at gmail.com
Tue Dec 27 20:49:30 EST 2011


The following works

	popup.setBackgroundColor("#C0C0C0");
	popup.setOpacity(0.95);

But the following doesn't

	popup.setBorder("1px");


Granted, I am just guessing, but looking at the source code of Popup.js, it is not clear to me how to create a popup with a border.

Would appreciate any hints.

--
Puneet Kishor


More information about the Users mailing list