the string is of type
elstr = "<div id =" + whichEl + " style='position:absolute'></div>"
menuloc.document.body.insertadjacenthtml("beforeEnd",elstr);
Instead of passing elstr if i pass some string it works perfectly.
what is the error
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

