Site.css
As jonv mentioned, downloading the source code from the book's website and copying over Site.css got the map working for me.
Thing to note is that the <div> tag which you assign your VEMap to should have position:relative style otherwise your VE tiles (which have position:absolute) will try to position themselves relative to the page.
Hope this helps.
S.
|