| Posted by Ed Jay on 11/12/05 01:09 
I have a button and associated text in a container. When one clicks thebutton it brings up additional buttons and text in a container to the
 right of the first container. I get more than I bargained for...it also
 brings up unwanted space below the dual container line. I can't figure out
 why, so I can't fix it.
 
 If you go to <http://www.edbj.aes-intl.com/brcaform1.html> and click on
 'Patient is symptomatic of breast disease:' you'll observe the errant
 behavior.
 
 Basically, the markup and code is:
 
 <Form....>
 <div style="float:right">
 Patient is symptomatic of breast disease :
 <checkbox... onClick="show additional text">
 <div id='div1' onClick="show more text below>
 </div></div>
 </Form>
 
 <br clear=all><br>Show the next text block independent of the above>
 
 The code to show the additional text is javascript.
 
 --
 Ed Jay (remove M to respond by email)
 [Back to original message] |