Why are these divs overlapping?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-03-06T01:56:38Z
Indexed on
2010/03/08
6:36 UTC
Read the original article
Hit count: 354
I putting wmd on my website. After putting code in and giving it a spin i see this image below.
How can i make the preview div not overlap with the textarea? -edit- the black is the css background of div wmd-preview
some html
<div id="wmd-editor" class="wmd-panel"><div id="wmd-button-bar"></div>
<textarea id="wmd-input" name="body" rows="10" cols="89"></textarea>
...
</div></form><div id="wmd-preview" class="wmd-panel"></div>
© Stack Overflow or respective owner