Anyone has any luck styling the Google Maps infowindow? It's getting haywire all over. The CSS is limited. Can anyone show me some sample code?
Thanks.
|
Anyone has any luck styling the Google Maps infowindow? It's getting haywire all over. The CSS is limited. Can anyone show me some sample code? Thanks. |
|||
|
|
|
Google wrote some code to assist with this. Here's an example: Example Here are other styled marker examples: Styled marker examples And another: Info window custom |
|||||||
|
|
You can modify the whole InfoWindow using jquery alone...
Here the <p> element will act as a hook into the actual InfoWindow. Once the domready fires, the element will become active and accessible using javascript/jquery, like The below code just sets a 2 pixel border around the InfoWindow.
You can do anything like setting a new CSS class or just adding a new element. Play around with the elements to get what you need... |
|||||||||
|