I've got an fckEditor inside a div like so:
<div class=".window">
<script ...>
...
oFCKEditor.create();
</script>
</div>
The drop-downs are being rendered behind the .window div, which has a zIndex of 101.
Does anyone know what change I can make to fix this?
Thanks,
Dave
<div class=".window">
<script ...>
...
oFCKEditor.create();
</script>
</div>
The drop-downs are being rendered behind the .window div, which has a zIndex of 101.
Does anyone know what change I can make to fix this?
Thanks,
Dave