[OpenLayers-Users] How to rotate a PanZoomBar

Richard Greenwood richard.greenwood at gmail.com
Thu Jun 25 22:23:27 EDT 2009


2009/6/24 "tschobber tschöbbi" <tschobber at gmx.at>:
> Dear Openlayers list,
>
> I have a simple question: I've installed Openlayers with the PanZoomBar feature but I'm not able to make this thing horizontally ... it's always shown vertically...
>
> I hope you can give me some advice on this issue.
>
> Thanks in advance,
>
> martin

Try adding  float:left; to your style.css, something like:
 .olControlPanel div {
     float:left;
 }

Regards,
-- 
Richard Greenwood
richard.greenwood at gmail.com
www.greenwoodmap.com



More information about the Users mailing list