2009/6/24 "tschobber tschöbbi" <[email protected]>:
> 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
[email protected]
www.greenwoodmap.com
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to