Hey everyone!
I'm having a major problem trying to dynamically create DIVs and nest them.
Here's the code I have so far..
function addElement(newcolor)
{
var ni = document.getElementById('div1');
var newcontainer = document.createElement('div');
var divIdName1 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.