1 replies
Hi!

I have a problem with contact form 7 background. How can i make the background image on contact form to grow in lenght as i add more files. Another problem i have is that background image is not visible in internet explorer. The code i use in contact form is:


<p>
<table style="width: 258px;" cellspacing="0" cellpadding="4">
<colgroup>
<col width="256*"
</colgroup>
<tbody>
<tr>
<td valign="TOP" width="100%">
<p>&nbsp;</p>
<p>&nbsp;</p>



<p> [text* your-name 31/ watermark "Ees ja perekonnanimi"] </p>

<p> [text your-tel 31/ watermark "Kontakttelefon"] </p>

<p> [text your-email 31/ watermark "E-post"] </p>

<p> [text isikukood 31/ watermark "Taotleja isikukood"] </p>

<p> [text omaniku-isikukood 31/ watermark "Kinnisvara omaniku isikukood"] </p>

<p> [text laenusumma 31/ watermark "Laenusumma"] </p>

<p> [textarea lisa 25x5 watermark "Info tagatise või laenu kohta"] </p>
Lisa manus (hindamisakt, fotod jne):
<p class="hide">[file file-01]<a class="del_file" href="#">del</a></p>
<p class="hide">[file file-02]<a class="del_file" href="#">del</a></p>
<p class="hide">[file file-03]<a class="del_file" href="#">del</a></p>
<p class="hide">[file file-04]<a class="del_file" href="#">del</a></p>
<p class="hide">[file file-05]<a class="del_file" href="#">del</a></p>
<a href="#" class="add_file">Lisa fail</a>
#contact #form
  • Profile picture of the author MartinPlatt
    You'd need to make the controls below it flow - they appear to be absolute positioned currently.

    You could possible make it look like it works by creating a 1 pixel image the color at the bottom, and then using repeat-x and repeat-y in a class that you attach to the a <div> element that surrounds the files area - I think. You'll have to play around with it.

    The other way would be to attach that class to the <p> element that gets created each time you add a file?

    Not sure which would be most effective I'm afraid.
    I'm not familiar with the contact form unfortunately.
    Signature

    Martin Platt
    martin-platt.com

    Stuck with earning commissions online? Get this get this uncensored affiliate marketing guide for free (sold as coaching for $4,997)

    {{ DiscussionBoard.errors[7703690].message }}

Trending Topics