0

I have a PHP page that displays MySQL data in a infowindow on a Google Map. The page displayed fine last time I checked it but now will not draw the map. Can someone point me in the right direction as to what is broken?

Here is the URL: http://tinyurl.com/8jy78xq

1 Answer 1

1

It is the width and height issue, try this css

#map {
   top: 0;
   left: 0;
   width: 300px;
   height: 300px;
   border: none;
}
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.