Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.