Re: [OpenLayers-Users] Positioning the lat/long mouseposition display.

2009-09-22 Thread regioGIS
Hi Chris, I did now, and that did the trick. Thanks. For the mouse position though, I had to mention 'div.olControlMousePosition' in my style tag ( in stead of simply .olControlMousePosition ), since it is mentioned that way in the default style.css too ??? Cheers, Christopher Schmidt-2 wrote:

Re: [OpenLayers-Users] Positioning the lat/long mouseposition display.

2009-09-21 Thread Christopher Schmidt
On Mon, Sep 21, 2009 at 03:20:28AM -0700, regioGIS wrote: > > Hi, > > I tried this, not by modifying the style.css file, but by adding css tag > like this : > > >.olControlAttribution { > left: 3px; > bottom: 5px; > color: blue; > } >.olControlMous

Re: [OpenLayers-Users] Positioning the lat/long mouseposition display.

2009-09-21 Thread regioGIS
Hi, I tried this, not by modifying the style.css file, but by adding css tag like this : .olControlAttribution { left: 3px; bottom: 5px; color: blue; } .olControlMousePosition { bottom: 5px; color: blue; }

Re: [OpenLayers-Users] Positioning the lat/long mouseposition display.

2009-09-10 Thread cgp
The displayClass of the lon/lat mouse position is "olControlMousePosition", so if you go to style.css (which should've been included in the .zip file) you can just change the "bottom" property to any value that fits your needs. Phil Scadden wrote: > > At moment, it displays in lower right of m

Re: [OpenLayers-Users] Positioning the lat/long mouseposition display.

2009-09-10 Thread Christopher Schmidt
On Thu, Sep 10, 2009 at 02:09:30PM +1200, Phil Scadden wrote: > At moment, it displays in lower right of map. However, if you use google > layers , the copyright notice tend to obscure it unless well zoomed in. > How do you move it to say top right? I can see how to add to an external > div, but

[OpenLayers-Users] Positioning the lat/long mouseposition display.

2009-09-09 Thread Phil Scadden
At moment, it displays in lower right of map. However, if you use google layers , the copyright notice tend to obscure it unless well zoomed in. How do you move it to say top right? I can see how to add to an external div, but not how to move it within the map div. -- Phil Scadden, Senior Scien