create dinamic and positional by user
uses shall input params: offsetHeight, offsetLeft offsetParant, offsetTop, offsetWidth
create dinamic and positional by user uses shall input params: offsetHeight, offsetLeft offsetParant, offsetTop,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a div with
document.createElement('div');, but you can’t set any of the properties you specified as they are all readonly.You have to select appropriate CSS for the position you want and apply that instead.