benji87 Posted January 10, 2008 Share Posted January 10, 2008 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 More sharing options...
bronzemonkey Posted January 10, 2008 Share Posted January 10, 2008 change font to font-family Link to comment https://forums.phpfreaks.com/topic/85345-font-google-maps-please-help/#findComment-435477 Share on other sites More sharing options...
benji87 Posted January 10, 2008 Author Share Posted January 10, 2008 No thats doesnt work ive tried that Link to comment https://forums.phpfreaks.com/topic/85345-font-google-maps-please-help/#findComment-435478 Share on other sites More sharing options...
bronzemonkey Posted January 10, 2008 Share Posted January 10, 2008 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. Link to comment https://forums.phpfreaks.com/topic/85345-font-google-maps-please-help/#findComment-435531 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.