Hi guys,

I'm running a popup on GeoExt with this code:

    var popup = new GeoExt.Popup({
        title: 'GetFeatureInfo',
        lonlat: location,
        width: 400,
        html: text,
        maximizable: true,
        collapsible: true,
        map: this.olMap
    });
    popup.show();

I followed this example:
http://dev.geoext.org/trunk/geoext/examples/popup.html

This works fine, but the style of the map is broken, as you can see here:
http://img136.imageshack.us/img136/1005/brokencss.png

I checked the relevant styles and they seem to be imported properly.

How can I debug this and make sure that the right styles are defined?

Besides, is there a forum/ML for GeoExt?

Cheers
Mulone



-----
Mulone
PhD student
-- 
View this message in context: 
http://n2.nabble.com/GeoExt-Issue-with-css-tp4877000p4877000.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
_______________________________________________
Dev mailing list
Dev@openlayers.org
http://openlayers.org/mailman/listinfo/dev

Reply via email to