How do I tell touch to place a form in a specific container?
Current:
<body>
<div>hey there</div>
<div id="formContainer"></div>
<div>the end</div>
**TOUCH ALWAYS APPENDS EXT-VIEWPORT TO THE END OF THE BODY**
</body>
Desired:
<body>
<div>hey there</div>
<div id="formContainer">**APPEND HERE INSTEAD**</div>
<div>the end</div>
</body>
Current:
<body>
<div>hey there</div>
<div id="formContainer"></div>
<div>the end</div>
**TOUCH ALWAYS APPENDS EXT-VIEWPORT TO THE END OF THE BODY**
</body>
Desired:
<body>
<div>hey there</div>
<div id="formContainer">**APPEND HERE INSTEAD**</div>
<div>the end</div>
</body>
Aucun commentaire:
Enregistrer un commentaire