Jump to content

Font google maps, please help!


benji87

Recommended Posts

Hi all im currently working on a application that uses google maps. Im trying to customize the info windows using CSS but for some reason i cannot get the font to change! Prettt much every other CSS rule apart from that one!

 

This is my code:

 

<?
echo "var point = new GLatLng($latitude,$longitude);
      var marker = createMarker(point,'<div style=\"width:240px; padding:4px; background-color:#FFCC66; font:Arial, Helvetica, sans-serif;\">$event</br>$postcode</br>Email: $email</br>Telephone: $phone</div>')
      map.addOverlay(marker);"
?>

 

Someone please tell me where im going wrong! Thanks

Link to comment
https://forums.phpfreaks.com/topic/85345-font-google-maps-please-help/
Share on other sites

Well your issue lies elsewhere then.

 

The point was that the css you posted was incorrect because you did not have all the values required by the font property. It had to be changed to font-family instead. I have no idea what else is going on with your document.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.