Print maps from firefox

This Page is locked
Modified: 2007/11/12 21:59 by ViaVE Visitor
Using jquery add this to your page after the map is rendered:

$(function(){
    $('.MSVE_Map div').each(function(){
        $(this).css("z-index", '0');
    });
});



Our environment:

Firefox 2.0.0.7, jquery 1.2.1