-1
我想避免scroll-bar
爲openlayers popup feature
,下面是我的代碼如何openlayer功能沒有滾動條
popup = new OpenLayers.Popup.FramedCloud("chicken",
event.feature.geometry.getBounds().getCenterLonLat(),
new OpenLayers.Size(100,100),
content,
null, true, onPopupClose);
event.feature.popup = popup;
map.addPopup(popup);
地圖div
尺寸爲250px x 250px
,如果popup
含量超過map div
然後scroll-bar
不饒人,可以」我們避免這種情況?
我已經嘗試過'css',但彈出窗口不會在此更改後顯示。感謝您的支持。 –
使用FireBug或一些瀏覽器工具來找出你想改變的CSS。我不使用FramedCloud彈出框,因此這些類可能會有所不同。 –