<p dir="ltr">A very long time ago we had a prototype with floating catalog control where the map was full window with all floating controls. Unfortunately, that didn't make it into the final cut and it is long gone.</p>

<p dir="ltr">Now, most of the user interface is handled using Dojo so if you wanted to implement a custom control it would be easiest to work within Dojo.  This falls into a rather advanced modification to GeoMoose so you will likely be charting some of your own path.</p>

<div class="gmail_quote">On Apr 1, 2013 12:53 PM, "INDRA BAYU" <<a href="mailto:cucuberlian@gmail.com">cucuberlian@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi everybody, i got something to ask you..<br>
<br>
I wanna build my custom legend that can trigger which layer that show<br>
in the map. The different is, that legend is floating on the map. So<br>
user can click and drag the position of the legend.<br>
<br>
First, I try to set the position of the legend with CSS but there's no<br>
change. My code is:<br>
<br>
==============geomoose.html==================<br>
<br>
<div id="main"><br>
     .....<br>
     <div id="middle" region="center"><br>
          <div id="map"><br>
                    <div id="mapContainer"></div><br>
          </div><br>
          <div id="control-panel" style="position:absolute;<br>
left:300px; top:300px;"><br>
                    <div id="tabs"></div><br>
           </div><br>
    <div><br>
    .....<br>
</div><br>
<br>
=============================================<br>
<br>
the CSS code:<br>
<br>
<div id="control-panel" style="position:absolute; left:300px; top:300px;"><br>
<br>
can't make the legend floating on the map..<br>
<br>
is there any solution for this?<br>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
</blockquote></div>