Opened 14 years ago
Closed 14 years ago
#9 closed defect (fixed)
Better dynamic map creation
Reported by: | David Sheldon | Owned by: | David Sheldon |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Website | Version: | |
Keywords: | Cc: |
Description
Currently the map is created/resized to match the browser by a nasty bit of document.write. Rewrite this to work on the DOM. Probably worth using prototype/mochikit, anyone got any suggestions?
Note: See
TracTickets for help on using
tickets.
Now sets the innerHTML of the DIV, someone said that is a lot faster in IE than DOM manipulation, and it was easy. Resizing also handled better.