Problem: Chronoform shifts sidemodules

ha harald 06 May, 2010
When I publish a form the side modules and footer are shifted down.
Can this be resolved?

See screenshots.

Best,
Harald
Gr GreyHead 06 May, 2010
Hi Harald,

Hard to tell without seeing the live form. Most likely a broken div, could be CSS though.

Bob
Gr GreyHead 06 May, 2010
Hi Harald,

Well there appear to be some divs that are broken up by table elements. For example here there are two divs opened but not closed:
<td colspan=2>
<div class="form_item">
  <div>
    <label class="cf_label">Neem a.u.b. de afgebeelde code over:*</label>

</td>
Browsers will have trouble handling this. You need to make sure that any divs are closed inside the same <td> tag to avoid problems.

Bob
ha harald 06 May, 2010
Hi Bob,

Thanks for the help, and sorry for the sloppy code.

Best regards,
Harald
This topic is locked and no more replies can be posted.