Jump to content

Melissa

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Melissa

  1. again thanks Scottit workedi will look into the code for 'text appearing when over image and in a fixed position' later but im sure i will post again to get your help if needed! :)thanks!
  2. <head><script>function check(){if (document.getElementById("agree").checked)document.getElementById("mydiv").style.display="block";else document.getElementById("mydiv").style.display="none";}</script></head><body><form name="input" action="html_form_action.asp" method="post">Do you agree? <input type="checkbox" id="agree" onclick="check()" /><br /><br /><div id="mydiv" style="display:none">Your Name<input type="text" /><br />Your Address<input type="text" /></div></form></body> Scott,about that codewhat if i want two more collapsing questions like thati tried to copy and paste them right under them but that dont seem to work properlydo i need to label three different "mydiv" ?just a guess..thanks
  3. Scott,thanks aloti managed to do exactly the thing i want! (with a little puzzling)thanks alotnow i only need the second thing..
  4. Hi,first of all i would like to say that i will appreciate any help that will be given to me, even though some of you professional web builders and programmers might laugh at the problems i got myself intoI am just a beginner as far as making websites, ive had some experience with some very basic html using frontpageMy problem is that i promised someone to make a webpage that includes a form, not knowing how complex this would turn out to be.. I thought i could just download a template and replace some of the questions on the form and edit and change it here and theresee, the form doesnt actually need to work, it will just be some sort of demoBut there are some things that also needs to be done that i just dont know how to do it...Ive tried to find the appropriate, understandable documentation on the web to fix my problem but the template i have downloaded comes with such enormous and complex coding, that i just dont know where to startIf anyone is willing to help, i would really appreciate it!What i need to do is the following:1) One of the questions on the form has a checkbox. When the box is checked, other questions need to appear which wont be seen when the box is not checked2) When pointing at a certain image with the mouse, an explanation needs to appear on the left side from the page. And it also needs to be floating on the same position since the form scrolls downI hope these two things can still be added on my templateAnd i apoligise if i posted in the incorrect forumAgain, any help is greatly appreciatedi would also be happy to send it over if someone is willing to take a look at itthanks in advance
×
×
  • Create New...