Google Maps styling

Hi all


I've just been playing with Google Maps in MySourceMatrix and it's a joy compared to wading through Javascript. I've got a wonderful toggle root nodes function working but when I've come to style up the pop up windows for each marker I've hit a snag.



I can't seem to style the actual windows. See the attached screenshots to see where I've attempted to add styles. What am I doing wrong here?









I'm using this CSS for the pop ups:


    #mappopup {
    border:solid 0px;
    background: #FFFFFF;
    float:left;
    position: absolute;
    top:0px;
    text-align:left;
    padding-top:-10px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    }
    
    #mappopup p {
    font-size:11px;
    }


Thanks

D.

I wonder if this is resolved in a later version. We're running v3.20.4 - hoping to upgrade very soon.

Darren,


Do you have a url we can look at?



Aleks

[quote]
Darren,



Do you have a url we can look at?



Aleks

[/quote]



http://admin.cms.salford.ac.uk/travel/interactive-map/

I'm using
[html]<div>

<div><b>%location_name%</b><hr>

<table border="0"><tbody><tr><td valign="top">

%location_description%

</td></tr></tbody></table>

</div>

<div style="clear:both;"></div>

</div>[/html]

as a Popup window and it works.