That works, but there is a FF bug that affects this. If your map is not the size of the window, and your pan, the popup will be visible outside the main map div. IE 6/7 doesn't do this.
John -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Schmidt Sent: Thursday, July 12, 2007 8:59 AM To: Burgholzer,Robert Cc: [email protected] Subject: Re: [OpenLayers-Users] Scrollbars in popup On Thu, Jul 12, 2007 at 09:51:08AM -0400, Burgholzer,Robert wrote: > I am trying to have popup text with scrollbars on my map. I have seen > two posts regarding this in the archives, but found no resolutions. Any > help would be most appreciated. > > > > I am new to OpenLayers and think it is really fantastic. FlickrBrowse does this. THe code is in http://labs.metacarta.com/flickrbrowse/Flickr.js -- popup.contentDiv.style.overflow='auto'; I have no idea if this is supported or not. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
