Results 1 to 2 of 2

Thread: How to make text move down for new text from javascript?
      
   

  1. #1
    Antonio878's Avatar
    Antonio878 is offline Master Sergeant
    Join Date
    Sep 2007
    Posts
    68

    Exclamation How to make text move down for new text from javascript?

    I have been working on my website a lot, and I have came to a stop, seeing as I am trying to add a javascript script result in a table which looks something like this:

    <tr>
    <td align='left' valign='top' width='290' height='28'>The information provided resulted to...<div id='show();return false;'></div></td>
    </tr>
    <tr>
    <td align='left' valign='top' width='290' height='28'>This is your result...</td>
    </tr>

    So this is an example of what I am trying to do, I want the result from the javascript to be posted in the table, and it does work, but...I also want the information under the result to be pushed down so the information under it wont be covered by the result from the javascript.

    So how can I make the text under it be pushed down when the javascript result is shown?
    Check out:
    Great Windmill (A Place Where You Can Have Fun!)

    You can do so much on the website, check it out!

  2. #2
    Antonio878's Avatar
    Antonio878 is offline Master Sergeant
    Join Date
    Sep 2007
    Posts
    68

    Default Re: How to make text move down for new text from javascript?

    Figured out the problem myself
    Check out:
    Great Windmill (A Place Where You Can Have Fun!)

    You can do so much on the website, check it out!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49