Robert Hicks wrote:
> Hey all, is there an easy way to do this? I tried the plain old CSS
> approach by referencing the class name(s):
> 
>             div.olControlLayerSwitcher {
>               width: 250px;
>             }
>             div.olControlNoSelect {
>               width: 250px;
>             }
> 
> But no luck. I also tried maximizeDiv:true in the objects constructor
> but no changes. Ideas?

The above (for .olControlLayerSwitcher) should work if you are using the 
current trunk version, and include theme/default/style.css before the 
above declarations. If you are still using OpenLayers 2.8, you can try 
to make the width declaration of .olControlLayerSwitcher !important.

Regards,
Andreas.

> 


-- 
Andreas Hocevar
OpenGeo - http://opengeo.org/
Expert service straight from the developers.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to