I don't know if this is a bug or not... My form seems to always go over to the right, overlapping other text, being transparent, and looking terrible.
On this page:
http://www.bikeblogcollection.com/index.php?option=com_chronocontact&Itemid=34
The relevant area of the problem is:
On this page:
http://www.bikeblogcollection.com/index.php?option=com_chronocontact&Itemid=34
The relevant area of the problem is:
<div class="tooltipdiv">Title: :: Your story title please!</div></div><div class="clear"> </div></div><div class="form_item"><div class="form_element cf_textarea" style="width:600px;"><label class="cf_label">Your guest post:</label>
<?php
$editor =& JFactory::getEditor();
echo $editor->display( 'fulltext', '' , '80%', '350', '55', '20', false );
?>
</div><div class="clear"> </div></div>