[Greasemonkey] Google Maps mashups now officially supported
Mark Pilgrim
pilgrim at gmail.com
Sat Jul 2 10:08:07 EDT 2005
On 7/2/05, Chris Nachtman <chris.nacht at gmail.com> wrote:
> Could the iframe just be put into an expandable/collapsible or hidden
> div? Have a small floating div appear in the corner of a page with a
> link that expands it or shows the hidden div containing the map. Set
> it's z-axis and float so that it appears on top of all other page
> content when expanded/shown.
Book Burro uses this to good effect. Small floating div, position:
fixed, top: 10, left: 10, opacity: 0.75 (or thereabouts). Very nice,
unobtrusive.
Bonus points if you additionally let the user drag it around and
resize it and then remember its dimensions and position with
GM_setValue.
--
Cheers,
-Mark
More information about the Greasemonkey
mailing list