Here at TSDN we are more than happy to assist you with your errors but we will/do not provide full code for those who do not attempt the problem themselves, please attempt the question and post the section of code that is giving you a problem.
Here at TSDN we are more than happy to assist you with your errors but we will/do not provide full code for those who do not attempt the problem themselves, please attempt the question and post the section of code that is giving you a problem.
thank you
Hi epots9,
I have about 3 or 4 files that I use to create my menu and I don't think that all this is going to fit, so is there a way for me to send you the files?
I have about 3 or 4 files that I use to create my menu and I don't think that all this is going to fit, so is there a way for me to send you the files?
ASProoky,
You don't have to provide all the code. Just show us the relevant pieces where you are attempting to add the child.
I will give you hint, however: In your document, get the parent element (where you want to put the new node) by its id and then append the child as you create the new element. =D
Depending on whether the parent is 'head', 'body', or some 'div' will determine the method you use to grab the parent.
Comment