Set an explicit 0px border on the map
The JS code which resizes the map relies on being able to parse the border widths as a number, and by default IE7 seems to have a border of "medium" which fails to parse.
This commit is contained in:
parent
e82c758cea
commit
2184e6310a
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ h2 {
|
|||
|
||||
#map {
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue