On Jan 28, 2:26 pm, Brice <crl.br...@gmail.com> 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 google-maps-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to