I want to create a custom layer switcher.<br>I can put the 'normal' text in another div, but I also want to change the order:<br>The base layers at the bottom and the overlays on top.<br>Looking at the docs I think I need to use baseLayersDiv and dataLayersDiv but when I use those nothing happens.<br>

<br>This is working:<br>new OpenLayers.Control.LayerSwitcher({'div': document.getElementById('layerSwitcher')})<br>but with the default ordering.<br><br>This isn't working:<br>new OpenLayers.Control.LayerSwitcher({'baseLayersDiv': document.getElementById('baseLayers'), 'dataLayersDiv': document.getElementById('dataLayers')})<br>

<br>Does anybody has experience with this?<br>Searching didn't resulted in any example.<br><br>Thanks,<br><br>Paul<br><br>