News

The fact that something is display: none doesn't remove it from the dom. Either your browser is borked or there is something else wrong with your page. More options Report Add bookmark Share ...
Does display:none keep the div from being loaded, or does it just hide it? My problem: I have a page that displays a map from the google map api. The map is inside a div with an id of #mapDiv. My ...