Thank you for your reply Dan.  I am going to assume that I do, since nothing else has appeared to be broken/missing on my map..<br><br>elshae<br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 2:26 PM,  <span dir="ltr">&lt;<a href="mailto:dan@inlet.geol.sc.edu">dan@inlet.geol.sc.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Make sure you have the resources copied over and the CSS file pointing to<br>
the correct spot. The chevron that attaches to the popup is accessed<br>
through the css file.<br>
<div><div></div><div class="h5">&gt; Hello GeoExt List,<br>
&gt;<br>
&gt; I am using a GeoExt.Popup to display my feature info.  All is going well,<br>
&gt; except I&#39;d like my popup to point to the feature clicked on the WMS layer<br>
&gt; as<br>
&gt; shown in the examples.  In my case the popup comes up as a square box with<br>
&gt; no point on the bottom to indicate exactly which point was clicked.  I&#39;ve<br>
&gt; looked at several examples and have checked my configuration time and<br>
&gt; again<br>
&gt; and do not see what I am missing...<br>
&gt;<br>
&gt; var info = new OpenLayers.Control.WMSGetFeatureInfo({<br>
&gt;                         url: &#39;<a href="http://localhost:8080/geoserver/wms" target="_blank">http://localhost:8080/geoserver/wms</a>&#39;,<br>
&gt;                         layerUrls: [&quot;<br>
&gt; <a href="http://localhost:8080/geoserver/gwc/service/wms" target="_blank">http://localhost:8080/geoserver/gwc/service/wms</a>&quot;],<br>
&gt;                         title: &#39;Identify features by clicking&#39;,<br>
&gt;                         layers: [tibet_placenames, chn_bridges,<br>
&gt; tib_bridges,<br>
&gt; chn_countys, tib_countys, chn_farms, tib_farms, chn_glaciers,<br>
&gt; tib_glaciers,<br>
&gt; chn_grazing, tib_grazing, chn_hwyCrew, tib_hwyCrew, chn_hospitals,<br>
&gt; tib_hospitals, chn_lakes, tib_lakes, chn_monastaries, tib_monastaries,<br>
&gt; chn_pass, tib_pass, chn_rivers, tib_rivers, chn_townships, tib_townships,<br>
&gt; chn_villages, tib_villages],<br>
&gt;                         queryVisible: true,<br>
&gt;                         eventListeners: {<br>
&gt;                             getfeatureinfo: function(event){<br>
&gt;<br>
&gt;                                  popup = new GeoExt.Popup({<br>
&gt;                                      title: &quot;Popup&quot;,<br>
&gt;                                      //location:<br>
&gt; map.getLonLatFromPixel(event.xy),<br>
&gt;                                      location: new<br>
&gt; OpenLayers.LonLat(mapPanel.map.getLonLatFromPixel(event.xy)).transform(new<br>
&gt; OpenLayers.Projection(&quot;EPSG:4326&quot;), new<br>
&gt; OpenLayers.Projection(&quot;EPSG:900913&quot;)),<br>
&gt;                                      lonlat:<br>
&gt; mapPanel.map.getLonLatFromPixel(event.xy),<br>
&gt;                                      maximizable: true,<br>
&gt;                                      collapsible: true,<br>
&gt;                                      map: mapPanel.map,<br>
&gt;                                      anchored: true,<br>
&gt;                                      html: &#39;&lt;div id=&quot;popupWrap&quot;&gt;&lt;div<br>
&gt; id=&quot;popupTop&quot;&gt;&lt;h4&gt;Place Info&lt;/h4&gt;&lt;/div&gt;&lt;div id =&quot;popupText&quot;<br>
&gt; class=&quot;popupText&quot;&gt;&#39;+ event.text + redesignHTML(event.text) + &#39;&lt;/div&gt;&lt;div<br>
&gt; class=&quot;popupPhoto&quot;&gt;&lt;img<br>
&gt; src=&quot;<a href="http://localhost/mapScripts/Photos/lhasa.jpeg" target="_blank">http://localhost/mapScripts/Photos/lhasa.jpeg</a>&quot;<br>
&gt; /&gt;&lt;/div&gt;&lt;div id=&quot;popupFooter&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;a<br>
&gt; href=&quot;<a href="http://www.trace.org" target="_blank">http://www.trace.org</a>&quot;&gt;Trace<br>
&gt; Website&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&#39;,<br>
&gt;                                      listeners: {<br>
&gt;                                          close: function() {<br>
&gt;                                              // closing a popup destroys<br>
&gt; it,<br>
&gt; but our reference is truthy<br>
&gt;                                              popup = null;<br>
&gt;                                          }<br>
&gt;                                      }<br>
&gt;                                  });<br>
&gt;<br>
&gt;                                 // since the popup is anchored, calling<br>
&gt; show<br>
&gt; will move popup to this location<br>
&gt;                                 popup.show();<br>
&gt;<br>
&gt;                             }//end getfeatureinfo<br>
&gt;                          }//end eventListeners<br>
&gt;                     });//end OpenLayers.Control.WMSGetFeatureInfo<br>
&gt;<br>
&gt;                     //Add control to map<br>
&gt;                     mapPanel.map.addControl(info);<br>
&gt;                     info.activate();<br>
&gt;<br>
&gt; If anyone understands what I could be missing please pass on the<br>
&gt; knowledge,<br>
&gt; I&#39;d really appreciate it :)<br>
&gt;<br>
&gt; elshae<br>
</div></div>&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@geoext.org">Users@geoext.org</a><br>
&gt; <a href="http://www.geoext.org/cgi-bin/mailman/listinfo/users" target="_blank">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
</blockquote></div><br>