I had the same problem and my work around was to set the title for each
piece of the panzoombar with their ID:
document.getElementById("OpenLayers_Control_PanZoom_zoomin").title =
"Diminuer l'échelle";
document.getElementById("OpenLayers_Control_PanZoom_zoomout").title =
"Augmenter l'échelle";

Regards

MartinO

2008/11/12 Bijoy <[EMAIL PROTECTED]>

>
> Hi All,
>
> Can we show ToolTip text for each PanZoomBar button?
> Right now, I am able to show tool tip for each control using the title tag
> as shown below:-
>
>                var zoombar = new OpenLayers.Control.PanZoomBar({title:
> "Navigation",
> zoomWorldIcon:true});
>                map.addControl(zoombar);
>
> Hope someone has done this before?
>
> - B
>
> --
> View this message in context:
> http://www.nabble.com/ToolTip-text-for-each-PanZoomBar-button-tp20462679p20462679.html
> Sent from the OpenLayers Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://openlayers.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to