Thanks for help...<br><br>I changed the background in Openlayers CSS config:<br><br> div.olMap {<br>    background-color: #e6fefe;<br>}<br><br>Paul<br><br><div class="gmail_quote">On Tue, May 25, 2010 at 6:02 PM, Thomasch <span dir="ltr">&lt;<a href="mailto:thomaschx@gmx.de">thomaschx@gmx.de</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;">Am 25.05.2010 21:36, schrieb Paul james:<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks Thomas...<br>
But how can I change the backround in Client Side?<br>
</blockquote>
<br></div>
Just find the Id of your DIV containing yout map and change the backgound Color. Maybe there is in the Styles Secion someting like<br>
<br>
    &lt;style&gt;<br>
<br>
        #map {<br>
            width: 800px;<br>
            height: 500px;<br>
            float: left;<br>
            border: 1px solid #ccc;<br>
        }<br>
     [...]<br>
    &lt;/style&gt;<br>
<br>
Just add background-color:#FFDDDD like<br>
<br>
    &lt;style&gt;<br>
<br>
        #map {<br>
            width: 800px;<br>
            height: 500px;<br>
            float: left;<br>
            border: 1px solid #ccc;<br>
            background-color:#FFDDDD<br>
        }<br>
     [...]<br>
    &lt;/style&gt;<div><div></div><div class="h5"><br>
<br>
Thomasch<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</div></div></blockquote></div><br>