The function that does this in the API isn't exposed.

The code looks like this:

  function Nk(a,b,c){
   a.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(sizi
ngMethod="+(c?"scale":"crop")+',src="'+Sk(b)+'")'
  }

where "a" is a reference to a <div> of the correct size which contains 
only that image, "b" is the image URL, Sk(b) converts any " characters 
in the image URL into something that AlphaImageLoader can handle, and 
"c" is set true if the image is to be scaled to fit the <div> rather 
than cropped.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to