Ticket #1016: ie6_layerselector.patch
| File ie6_layerselector.patch, 0.7 kB (added by johnwebbcole, 1 year ago) |
|---|
-
LayerSwitcher.js
old new 361 361 this.layersDiv = document.createElement("div"); 362 362 this.layersDiv.id = "layersDiv"; 363 363 this.layersDiv.style.paddingTop = "5px"; 364 this.layersDiv.style.paddingLeft = " 10px";364 this.layersDiv.style.paddingLeft = "0px"; 365 365 this.layersDiv.style.paddingBottom = "5px"; 366 this.layersDiv.style.paddingRight = " 75px";366 this.layersDiv.style.paddingRight = "0px"; 367 367 this.layersDiv.style.backgroundColor = this.activeColor; 368 368 369 369 // had to set width/height to get transparency in IE to work.
