In your div for the map make sure to specify the position property in your style. For example: <div id='mymap' style='position:relative;width:600px;height:400px;'></div>
Also consider using a pixel height and not a percentage as those don't always work.
http://rbrundritt.wordpress.com