Bit of a weird one here - I've created a map with various image overlays floated over the top using CSS for a web app which is built in asp.net; it looks and works fine in the browser, however the page the map appears in is sometimes converted to a Word document for editing, after conversion the map either disappears if using background divs, or displays all it's component parts consecutively if using img tags.
Is there any way I can convert the map into a single image for display and conversion?