Thanks for help...
I changed the background in Openlayers CSS config:
div.olMap {
background-color: #e6fefe;
}
Paul
On Tue, May 25, 2010 at 6:02 PM, Thomasch <[email protected]> wrote:
> Am 25.05.2010 21:36, schrieb Paul james:
>
> Thanks Thomas...
>> But how can I change the backround in Client Side?
>>
>
> Just find the Id of your DIV containing yout map and change the backgound
> Color. Maybe there is in the Styles Secion someting like
>
> <style>
>
> #map {
> width: 800px;
> height: 500px;
> float: left;
> border: 1px solid #ccc;
> }
> [...]
> </style>
>
> Just add background-color:#FFDDDD like
>
> <style>
>
> #map {
> width: 800px;
> height: 500px;
> float: left;
> border: 1px solid #ccc;
> background-color:#FFDDDD
> }
> [...]
> </style>
>
>
> Thomasch
> _______________________________________________
> mapserver-users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users