On Tue, Aug 5, 2008 at 5:02 PM, Bill Thoen <[EMAIL PROTECTED]> wrote:
> I've been experimenting with the Custom Control Panel example
> (http://openlayers.org/dev/examples/panel.html) but I was wondering what
> the most efficient way to arrange the buttons horizontally instead of
> vertically?
>
> - Bill Thoen

Put a float: left in your style, e.g.:

  .olControlPanel div {
    float:left;
  }

-- 
Richard Greenwood
[EMAIL PROTECTED]
www.greenwoodmap.com
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to