I am trying to embed the Google Driving directions gadget into an xhtml website. However when the location is set the gadget does not auto expand and holds the size defined in the original specification. The information is all pulled in, scrolling down with the arrow keys will reveal it, but no scroll bar is provided. I got the js code from Here. If anyone knows how I could force a scroll bar, or knows why it wouldn't auto expand, I would really appreciate an answer. Thanks
Asked
Active
Viewed 806 times
2
-
I'm having the same problem...anyone able to shed some light? – malfunction May 28 '11 at 11:55
1 Answers
1
I was struggling with this last night and finally understand the problem. You've probably figured it out and moved on, but in case others are having the same issue...
As far as I can tell, the Google Directions Gadget doesn't auto-expand unless you're running it server-side. I just ran it with my local XAMPP server, and it works!
I hope this is helpful to others.
Dan

malfunction
- 1,297
- 2
- 12
- 18
-
Thanks, on uploading it works fine :) Pain in the arse that it wont work offline though. – Robairto Jun 13 '11 at 02:12