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 Quote Link to comment Share on other sites More sharing options...
bronzemonkey Posted January 10, 2008 Share Posted January 10, 2008 change font to font-family Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.