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.