On Jan 28, 2:26 pm, Brice <[email protected]> wrote:

> I need to make sure the sidebar
> entry appears when the marker is mousovered (because of the lenght of
> the table, many entries are hidden).
> Do you have an idea how to do that ? Is there a simple way in css or
> do I have to use javascript to do that (get the id of the row, and
> apply a specific style like position) ?
>

Your sidebar elements are focusable <a> elements. Using .focus() will
bring the element in viewport.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to